From e8ec57fd3361aae7229964e6b3ae96009346d3f1 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 30 Oct 2006 15:12:44 +0000 Subject: Misc changes. git-svn-id: svn://svn.zabbix.com/trunk@3413 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/graph.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/classes/graph.inc.php') 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; -- cgit