summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index 8322bbe..d6b6e4e 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -186,8 +186,8 @@ function humantime($timestamp){
}
if($difference != 1) {
$periods[$j].= "s";
- $text = "$difference $periods[$j]";
}
+ $text = "$difference $periods[$j]";
return $text;
}
OpenPOWER on IntegriCloud