diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-01-31 14:31:16 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-01-31 14:31:16 +0000 |
| commit | 771bd2ca1c72c0a6b0289a0b1f871d33387bcec9 (patch) | |
| tree | 3b175df3f0b080f0462568fb2b9004dac2144177 /frontends/php/include/classes/graph.inc.php | |
| parent | f7b95a3f252ac4615e698250ca32de04d187b6ec (diff) | |
| download | zabbix-771bd2ca1c72c0a6b0289a0b1f871d33387bcec9.tar.gz zabbix-771bd2ca1c72c0a6b0289a0b1f871d33387bcec9.tar.xz zabbix-771bd2ca1c72c0a6b0289a0b1f871d33387bcec9.zip | |
fixed stacked graf
git-svn-id: svn://svn.zabbix.com/trunk@3776 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/graph.inc.php')
| -rw-r--r-- | frontends/php/include/classes/graph.inc.php | 2 |
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 83ecbb8e..35e5dcd6 100644 --- a/frontends/php/include/classes/graph.inc.php +++ b/frontends/php/include/classes/graph.inc.php @@ -1100,7 +1100,7 @@ { for($i=1; $i<$this->num; $i++) { - $curr_data = &$this->data[$this->items[$i]["itemid"]][$this->items[$i]["type"]]; + $curr_data = &$this->data[$this->items[$i]["itemid"]][$this->items[$i]["calc_type"]]; if(!isset($curr_data)) continue; |
