Fix: Missing loading translation file

This commit is contained in:
Laurent Destailleur 2009-06-29 16:38:33 +00:00
parent c003df7e9b
commit ff8ea099e0

View File

@ -37,6 +37,8 @@ if ($user->societe_id > 0)
}
$langs->load("companies");
$langs->load("users");
$langs->load("other");
$page=$_GET["page"];
$sortorder=$_GET["sortorder"];