From 9f4376c4c7751a537027bd1e2253f749c6bdb537 Mon Sep 17 00:00:00 2001 From: xmacan Date: Fri, 6 Feb 2026 08:15:13 +0100 Subject: [PATCH] fix php warning if panel is not found --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 5623a63..c8350cb 100644 --- a/include/functions.php +++ b/include/functions.php @@ -856,7 +856,7 @@ function intropage_reload_panel() { } } else { print '
'; - print '
' . $name . '
'; + print '
' . __('Panel not found') . '
'; printf("
"); print '
'; // end of header