mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#9444 fixed sound event in acl enterprise
This commit is contained in:
parent
3524cdac6c
commit
13831b28ee
@ -656,7 +656,7 @@ function menu_get_sec_pages($sec, $menu_hash=false)
|
||||
foreach ($menu[$sec]['sub'] as $k => $v) {
|
||||
// Avoid special cases of standalone windows.
|
||||
if (preg_match('/^javascript:/', $k) || preg_match('/\.php/', $k)) {
|
||||
if ($sec !== 'links') {
|
||||
if ($sec !== 'links' && $sec !== 'eventos') {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user