From 992a7e6f62d6d7c880592bc9e310613e964abfeb Mon Sep 17 00:00:00 2001 From: fusionate Date: Tue, 6 Jun 2023 22:26:58 +0000 Subject: [PATCH] Menu Item - List: Updates for PHP 8.1 --- core/menu/menu_item_list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/menu/menu_item_list.php b/core/menu/menu_item_list.php index 81b37f87d2..5e4d409737 100644 --- a/core/menu/menu_item_list.php +++ b/core/menu/menu_item_list.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - 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 "\n"; echo "".$menu_item_link." \n"; - echo "".$group_list." \n"; + echo "".($group_list ?? '')." \n"; echo "".$menu_item_category." \n"; if (permission_exists('menu_item_edit')) { echo "\n";