From ac8d3016c7b15cb57b6600486b5f3685f552c73e Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 12 Feb 2024 14:11:11 +0100 Subject: [PATCH] =?UTF-8?q?1.5.00=20petit=20correction=20d'=C3=A9galit?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/class/layout.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/class/layout.class.php b/core/class/layout.class.php index 4ceeef0..e293cbc 100644 --- a/core/class/layout.class.php +++ b/core/class/layout.class.php @@ -1060,7 +1060,7 @@ class layout extends common $this->getUser('group') === self::GROUP_EDITOR && $this->getUser('permission', 'filemanager') ) - || $this->getUser('group') == self::GROUP_ADMIN + || $this->getUser('group') === self::GROUP_ADMIN ) { $rightItems .= '
  • ' . template::ico('folder', [ 'help' => 'Fichiers',