Menu Item - List: Updates for PHP 8.1
This commit is contained in:
parent
16aa7f8d3a
commit
992a7e6f62
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
The Initial Developer of the Original Code is
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2020
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2023
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
|
|
@ -355,7 +355,7 @@
|
|||
}
|
||||
echo "</td>\n";
|
||||
echo "<td class='no-wrap overflow no-link hide-sm-dn'>".$menu_item_link." </td>\n";
|
||||
echo "<td class='no-wrap overflow hide-xs'>".$group_list." </td>\n";
|
||||
echo "<td class='no-wrap overflow hide-xs'>".($group_list ?? '')." </td>\n";
|
||||
echo "<td class='center'>".$menu_item_category." </td>\n";
|
||||
if (permission_exists('menu_item_edit')) {
|
||||
echo "<td class='no-link center'>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue