From 347abdd9019fa8ec86728143e0cf6b3db9d6851e Mon Sep 17 00:00:00 2001 From: f0o Date: Thu, 13 Mar 2014 15:40:21 +0100 Subject: [PATCH] Fixed issue #194 --- html/pages/device/health/processor.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/device/health/processor.inc.php b/html/pages/device/health/processor.inc.php index e35b92ba08..216f0fb3d3 100644 --- a/html/pages/device/health/processor.inc.php +++ b/html/pages/device/health/processor.inc.php @@ -10,7 +10,7 @@ foreach (dbFetchRows("SELECT * FROM `processors` WHERE device_id = ?", array($de { $proc_url = "device/device=".$device['device_id']."/tab=health/metric=processor/"; - $mini_url = "graph.php?id=".$proc['processor_id']."&type=".$graph_type."&from=".$day."&to=".$config['time']['now']."&width=80&height=20&bg=f4f4f4"; + $mini_url = "graph.php?id=".$proc['processor_id']."&type=".$graph_type."&from=".$config['time']['day']."&to=".$config['time']['now']."&width=80&height=20&bg=f4f4f4"; $text_descr = $proc['processor_descr'];