mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed error in php with acl enterprise. Tiquet: #3457
This commit is contained in:
parent
663afaeae3
commit
2502c26077
@ -387,8 +387,6 @@ function menu_print_menu (&$menu) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if ($menu_selected)
|
if ($menu_selected)
|
||||||
$seleccionado = 'selected';
|
$seleccionado = 'selected';
|
||||||
else
|
else
|
||||||
@ -663,7 +661,7 @@ function menu_get_sec2_pages($sec, $sec2, $menu_hash = false) {
|
|||||||
|
|
||||||
$sec3_array = array();
|
$sec3_array = array();
|
||||||
|
|
||||||
if (isset($sec2)) {
|
if (isset($menu[$sec]['sub']) AND isset($menu[$sec]['sub'][$sec2]['sub2'])) {
|
||||||
// Get the sec2 of the subsections
|
// Get the sec2 of the subsections
|
||||||
foreach ($menu[$sec]['sub'][$sec2]['sub2'] as $k => $v) {
|
foreach ($menu[$sec]['sub'][$sec2]['sub2'] as $k => $v) {
|
||||||
$sec3_array[$k] = $v['text'];
|
$sec3_array[$k] = $v['text'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user