Skip to content
Snippets Groups Projects
Commit 6163503b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing lang

parent 51bc985a
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/export/modules_export.php'; ...@@ -32,6 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/export/modules_export.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
$langs->load("exports"); $langs->load("exports");
$langs->load("users");
// Everybody should be able to go on this page // Everybody should be able to go on this page
//if (! $user->admin) //if (! $user->admin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment