summaryrefslogtreecommitdiffstats
path: root/frontends/php/graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/graph.php')
-rw-r--r--frontends/php/graph.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/graph.php b/frontends/php/graph.php
index bd72b6ec..c7438e02 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.php
@@ -199,9 +199,9 @@
$table->AddRow(array(
$row["sortorder"],
$row["host"],
- NEW CLink(item_description($row["description"],$row["key_"],
- "chart.php?itemid=".$row["itemid"]."&period=3600&from=0"),
- "action"),
+ NEW CLink(item_description($row["description"],$row["key_"]),
+ 'chart.php?itemid='.$row["itemid"].'&period=3600&from=0',
+ 'action'),
$fnc_name,
$type,
$drawtype,