From 72655aec3da78a3035968019431cbdf03ebd1cdf Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 7 Jun 2024 20:47:25 +0200 Subject: [PATCH] Page de configuration des modules inactives --- core/class/router.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/class/router.class.php b/core/class/router.class.php index b882e9e..48b4d6e 100644 --- a/core/class/router.class.php +++ b/core/class/router.class.php @@ -501,6 +501,7 @@ class core extends common if ( array_key_exists($this->getUrl(0), $this->getData(['page'])) and $this->getUrl(1) + and $this->getData(['page', $this->getUrl(0), 'moduleId']) === '' ) { $access = false; }