summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2025-08-13 15:29:04 +0200
committerSimon Rettberg2025-08-13 15:29:04 +0200
commit7562f0b0f3bf38d86797f5b603c9e226e6bd6775 (patch)
tree3e773224f1a442f7a7822b93ba6643e01a6fd7d8
parent[systemstatus] Remove debug message (diff)
downloadslx-admin-7562f0b0f3bf38d86797f5b603c9e226e6bd6775.tar.gz
slx-admin-7562f0b0f3bf38d86797f5b603c9e226e6bd6775.tar.xz
slx-admin-7562f0b0f3bf38d86797f5b603c9e226e6bd6775.zip
[locationinfo] Fix undefined array key access
-rw-r--r--modules-available/locationinfo/page.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/locationinfo/page.inc.php b/modules-available/locationinfo/page.inc.php
index 92ce03eb..2953f90b 100644
--- a/modules-available/locationinfo/page.inc.php
+++ b/modules-available/locationinfo/page.inc.php
@@ -857,6 +857,7 @@ class Page_LocationInfo extends Page
if (substr($id, 0, 4) === 'new-') {
$panel = [
'paneltype' => substr($id, 4),
+ 'panelname' => '',
];
$id = 'new';
} else {