From 7ecaed96eaa23a9ced16ece22f48be654c669fb0 Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Wed, 24 Dec 2025 07:23:39 +0100 Subject: [PATCH 1/2] Fix(Dashboard): prevent crash about widget display --- inc/dashboard.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/dashboard.class.php b/inc/dashboard.class.php index 80c7a037..4aea427c 100644 --- a/inc/dashboard.class.php +++ b/inc/dashboard.class.php @@ -242,7 +242,7 @@ public function showDashBoard($show_reports_dropdown = true) -
" . htmlspecialchars($report_script) . "
+
" . $report_script . "
"; } From baec1d22c024ff351aacb834efeea7c767b86d82 Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Wed, 24 Dec 2025 07:24:01 +0100 Subject: [PATCH 2/2] adapt changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c026f66..b8452479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix SQL alias errors for reportVstackbarLifetime chart - Fix empty `WHERE` clause +- Fix dashbaord error on display ## [1.9.2] - 2025-12-02