From ff8ea099e007b5c678a542418b5f3fcac3298a4e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 Jun 2009 16:38:33 +0000 Subject: [PATCH] Fix: Missing loading translation file --- htdocs/admin/tools/listevents.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/admin/tools/listevents.php b/htdocs/admin/tools/listevents.php index d6ca4ca6a04..3b7b3da64bd 100644 --- a/htdocs/admin/tools/listevents.php +++ b/htdocs/admin/tools/listevents.php @@ -37,6 +37,8 @@ if ($user->societe_id > 0) } $langs->load("companies"); +$langs->load("users"); +$langs->load("other"); $page=$_GET["page"]; $sortorder=$_GET["sortorder"];