diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 4e84c28bcc2..11f09842940 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -65,7 +65,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php'; */ // Load translation files required by the page -$langs->loadLangs(array("admin", "other", "website")); +$langs->loadLangs(array("admin", "other", "users", "website")); // Security check if (!$user->hasRight('website', 'read')) {