summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes/graph.inc.php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-30 15:12:44 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-30 15:12:44 +0000
commite8ec57fd3361aae7229964e6b3ae96009346d3f1 (patch)
tree1ed425275d992898156cc7efc5c4290680cea8df /frontends/php/include/classes/graph.inc.php
parentb1128efe5e257876eb45d89e395b356033cab911 (diff)
downloadzabbix-e8ec57fd3361aae7229964e6b3ae96009346d3f1.tar.gz
zabbix-e8ec57fd3361aae7229964e6b3ae96009346d3f1.tar.xz
zabbix-e8ec57fd3361aae7229964e6b3ae96009346d3f1.zip
Misc changes.
git-svn-id: svn://svn.zabbix.com/trunk@3413 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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;