From 7562f0b0f3bf38d86797f5b603c9e226e6bd6775 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 13 Aug 2025 15:29:04 +0200 Subject: [locationinfo] Fix undefined array key access --- modules-available/locationinfo/page.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules-available/locationinfo/page.inc.php') 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 { -- cgit v1.2.3-55-g7522