summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-30 10:54:56 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-30 10:54:56 +0000
commitd9c9191a36b2cace8bb1afa9fc78b6a547f0a11b (patch)
tree1902953d9cace8b2ead41589aa8c56d6449adb40 /frontends/php/include/classes
parent012b99f4e81fbe0b4fd67ef086353f5d45b6be96 (diff)
downloadzabbix-d9c9191a36b2cace8bb1afa9fc78b6a547f0a11b.tar.gz
zabbix-d9c9191a36b2cace8bb1afa9fc78b6a547f0a11b.tar.xz
zabbix-d9c9191a36b2cace8bb1afa9fc78b6a547f0a11b.zip
- fixed graph
git-svn-id: svn://svn.zabbix.com/trunk@3411 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes')
-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;