Skip to content

Commit 544e40f

Browse files
authored
Fix dashbaord (#334)
* Fix(Dashboard): prevent crash about widget display * adapt changelog
1 parent 2759fa9 commit 544e40f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- Fix SQL alias errors for reportVstackbarLifetime chart
1313
- Fix empty `WHERE` clause
14+
- Fix dashbaord error on display
1415

1516
## [1.9.2] - 2025-12-02
1617

inc/dashboard.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function showDashBoard($show_reports_dropdown = true)
242242
</a>
243243
</span>
244244
</div>
245-
<div class='card-body mreportingwidget-body'>" . htmlspecialchars($report_script) . "</div>
245+
<div class='card-body mreportingwidget-body'>" . $report_script . "</div>
246246
</div>";
247247
}
248248

0 commit comments

Comments
 (0)