From 8ad199ee3df59325a02e6ab83cc1eb658d6ed9c2 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 7 Jun 2024 20:47:18 +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 9676014d..83f462da 100644 --- a/core/class/router.class.php +++ b/core/class/router.class.php @@ -478,6 +478,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; }