2
0
forked from Wavyzz/dolibarr

Debug v22

This commit is contained in:
ldestailleur
2025-03-28 02:25:44 +01:00
parent 94ce8346c0
commit 5aaf644755

View File

@@ -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')) {