Upgrade - CLI (Manual & Menu): Mitigate PHP 8.x warnings, minor adjustments.

This commit is contained in:
fusionate
2024-05-13 14:19:34 -06:00
parent b369fad190
commit 2d3dca985d
10 changed files with 110 additions and 20 deletions

View File

@@ -61,7 +61,7 @@
//get the menu array and save it to the session
$menu = new menu;
$menu->menu_uuid = $_SESSION['domain']['menu']['uuid'];
$menu->menu_uuid = $_SESSION['domain']['menu']['uuid'] ?? null;
$_SESSION['menu']['array'] = $menu->menu_array();
unset($menu);