Misc: Updates for PHP 8.1 (?: to ??)

This commit is contained in:
fusionate
2023-06-06 22:05:05 +00:00
parent 35a52b46c3
commit d327d569f5
16 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -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) 2021
Portions created by the Initial Developer are Copyright (C) 2021-2023
the Initial Developer. All Rights Reserved.
*/
@@ -119,7 +119,7 @@
// $array['dashboard'][$x]['dashboard_name'] = $row["dashboard_name"];
// $array['dashboard'][$x]['dashboard_path'] = $row["dashboard_path"];
// $array['dashboard'][$x]['dashboard_order'] = $row["dashboard_order"];
// $array['dashboard'][$x]['dashboard_enabled'] = $row["dashboard_enabled"] ?: 'false';
// $array['dashboard'][$x]['dashboard_enabled'] = $row["dashboard_enabled"] ?? 'false';
// $array['dashboard'][$x]['dashboard_description'] = $row["dashboard_description"];
//
// //get the dashboard groups