summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes/graph.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-31 08:05:54 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-31 08:05:54 +0000
commit3eea91a6fdd3ae1c667e25de6ffdf5546774f915 (patch)
tree9b531ac2bb71cff205afd097e92bc91eba589404 /frontends/php/include/classes/graph.inc.php
parentcf058c2ec2bff2902940ebcb7b753267ac7bea98 (diff)
downloadzabbix-3eea91a6fdd3ae1c667e25de6ffdf5546774f915.tar.gz
zabbix-3eea91a6fdd3ae1c667e25de6ffdf5546774f915.tar.xz
zabbix-3eea91a6fdd3ae1c667e25de6ffdf5546774f915.zip
recommited revisions r3410 and r3411
git-svn-id: svn://svn.zabbix.com/trunk@3416 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 e36f96c8..753ce648 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"]][$calc_type];
+ $curr_data = &$this->data[$this->items[$i]["itemid"]][$type];
$curr_data->count = NULL;
$curr_data->min = NULL;
$curr_data->max = NULL;