summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes/graph.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/classes/graph.inc.php')
-rw-r--r--frontends/php/include/classes/graph.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/classes/graph.inc.php b/frontends/php/include/classes/graph.inc.php
index 753ce648..e36f96c8 100644
--- a/frontends/php/include/classes/graph.inc.php
+++ b/frontends/php/include/classes/graph.inc.php
@@ -949,7 +949,7 @@
);
}
- $curr_data = &$this->data[$this->items[$i]["itemid"]][$type];
+ $curr_data = &$this->data[$this->items[$i]["itemid"]][$calc_type];
$curr_data->count = NULL;
$curr_data->min = NULL;
$curr_data->max = NULL;