Missing translation load

This commit is contained in:
Laurent Destailleur 2016-04-30 13:26:31 +02:00
parent e717baefe5
commit 9e24abacac

View File

@ -35,6 +35,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
$langs->load("exports");
$langs->load("users");
$langs->load("companies");
$langs->load("projects");
// Everybody should be able to go on this page
//if (! $user->admin)