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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/graph.php b/frontends/php/graph.php
index 962d1b59..db61ca77 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.php
@@ -184,7 +184,7 @@
while($row=DBfetch($result))
{
$host_=$row["host"];
- $description_=item_description($row["itemid"],$row["key_"]);
+ $description_=item_description($row["description"],$row["key_"]);
$itemid_=$row["itemid"];
if(isset($itemid)&&($itemid==$itemid_))
{