From a5f2f418d188f768a69ba4ed683226d64b2f6192 Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 12 Nov 2021 12:58:04 -0700 Subject: [PATCH] Update system_status.php (#6126) --- app/system/resources/dashboard/system_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/system/resources/dashboard/system_status.php b/app/system/resources/dashboard/system_status.php index f4bea43daf..4af580ac27 100644 --- a/app/system/resources/dashboard/system_status.php +++ b/app/system/resources/dashboard/system_status.php @@ -48,7 +48,7 @@ if (substr_count($stat, '%') > 0) { $percent_disk_usage = rtrim($stat,'%'); break; } } - if ($percent_disk_usage != '') + if ($percent_disk_usage != '') { //add half doughnut charts ?>