From 5aaf644755f0eeeae0fb7695c937c80cf99d3bd2 Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Fri, 28 Mar 2025 02:25:44 +0100 Subject: [PATCH] Debug v22 --- htdocs/website/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) {