mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#10324 fixed system fav in meta
This commit is contained in:
parent
e36bb1d065
commit
e4d6737192
@ -5149,7 +5149,7 @@ function ui_print_page_header(
|
||||
}
|
||||
}
|
||||
|
||||
if (is_array($fav_menu_config) === true) {
|
||||
if (is_array($fav_menu_config) === true && is_metaconsole() === false) {
|
||||
if (count($fav_menu_config) > 0) {
|
||||
$buffer .= ui_print_fav_menu(
|
||||
$fav_menu_config['id_element'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user