mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Define button_icon_edit before use (#7584)
This commit is contained in:
@@ -158,6 +158,7 @@
|
||||
|
||||
if (!empty($menus)) {
|
||||
$x = 0;
|
||||
$button_icon_edit = $settings->get('theme', 'button_icon_edit');
|
||||
foreach ($menus as $row) {
|
||||
if (permission_exists('menu_edit')) {
|
||||
$list_row_url = "menu_edit.php?id=".urlencode($row['menu_uuid']);
|
||||
|
||||
Reference in New Issue
Block a user