From 8898083fe2d59cafdfa0890b1d78d1a7f0a49883 Mon Sep 17 00:00:00 2001 From: LC Date: Mon, 14 Nov 2022 22:07:26 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'module/gallery/gal?= =?UTF-8?q?lery.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit correction du groupe --- module/gallery/gallery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index fd89e4e..1c06c78 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -46,12 +46,12 @@ class gallery extends common { public static $actions = [ 'config' => self::GROUP_EDITOR, - 'delete' => self::GROUP_EDITOR, + 'delete' => self::GROUP_MODERATOR, 'dirs' => self::GROUP_EDITOR, 'sortGalleries' => self::GROUP_EDITOR, 'sortPictures' => self::GROUP_EDITOR, 'edit' => self::GROUP_EDITOR, - 'theme' => self::GROUP_EDITOR, + 'theme' => self::GROUP_MODERATOR, 'index' => self::GROUP_VISITOR ];