mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-9444-no-existe-la-consola-sonora-en-acl-enterprise' into 'develop'
Ent 9444 no existe la consola sonora en acl enterprise See merge request artica/pandorafms!5086
This commit is contained in:
commit
ffc51471d0
@ -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