Commit 02f9143e authored by Franco Fichtner's avatar Franco Fichtner

reporting: fix a crash report

parent f85f3566
......@@ -60,6 +60,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
}
$all_rrd_files = json_decode(configd_run("systemhealth list"), true);
if (!is_array($all_rrd_files)) {
$all_rrd_files = array();
}
ksort($all_rrd_files);
legacy_html_escape_form_data($pconfig);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment