From d9c9191a36b2cace8bb1afa9fc78b6a547f0a11b Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 30 Oct 2006 10:54:56 +0000 Subject: - fixed graph git-svn-id: svn://svn.zabbix.com/trunk@3411 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 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; -- cgit