#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) {
|
foreach ($menu[$sec]['sub'] as $k => $v) {
|
||||||
// Avoid special cases of standalone windows.
|
// Avoid special cases of standalone windows.
|
||||||
if (preg_match('/^javascript:/', $k) || preg_match('/\.php/', $k)) {
|
if (preg_match('/^javascript:/', $k) || preg_match('/\.php/', $k)) {
|
||||||
if ($sec !== 'links') {
|
if ($sec !== 'links' && $sec !== 'eventos') {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue