From 13831b28eee7a88bf6a8f4912c4a09b0eb97520f Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Wed, 7 Sep 2022 11:27:07 +0200 Subject: [PATCH] #9444 fixed sound event in acl enterprise --- pandora_console/include/functions_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_menu.php b/pandora_console/include/functions_menu.php index d9c86aa66a..8b1f1deaae 100644 --- a/pandora_console/include/functions_menu.php +++ b/pandora_console/include/functions_menu.php @@ -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; } }