Page de configuration des modules inactives

This commit is contained in:
Fred Tempez 2024-06-07 20:47:25 +02:00
parent 08ed4075c7
commit 72655aec3d

View File

@ -501,6 +501,7 @@ class core extends common
if ( if (
array_key_exists($this->getUrl(0), $this->getData(['page'])) array_key_exists($this->getUrl(0), $this->getData(['page']))
and $this->getUrl(1) and $this->getUrl(1)
and $this->getData(['page', $this->getUrl(0), 'moduleId']) === ''
) { ) {
$access = false; $access = false;
} }