#9444 fixed sound event in acl enterprise

This commit is contained in:
Daniel Maya 2022-09-07 11:27:07 +02:00
parent 3524cdac6c
commit 13831b28ee
1 changed files with 1 additions and 1 deletions

View File

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