Page de configuration des modules inactives

This commit is contained in:
Fred Tempez 2024-06-07 20:47:18 +02:00
parent 6ddadfd8e5
commit 8ad199ee3d

View File

@ -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;
}