mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-4434-audit-log-acl-enterprise' into 'develop'
Fixed acl enterprise acl gextensions See merge request artica/pandorafms!3397
This commit is contained in:
commit
da1db7cb98
@ -1088,6 +1088,9 @@ if ($searchPage) {
|
||||
}
|
||||
} else if ($sec == 'gextensions') {
|
||||
$main_sec = get_parameter('extension_in_menu');
|
||||
if (empty($main_sec) === true) {
|
||||
$main_sec = $sec;
|
||||
}
|
||||
} else {
|
||||
$main_sec = $sec;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user