summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-08-29 10:57:20 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-08-29 10:57:20 +0000
commit3653f1a561dccc45bf9823882cbfeeee117ea5ca (patch)
treece21e6f9ba9d342c387e99b95365b7a6bfaa3610 /frontends/php/include/classes
parent971a6233f5b5c95361fff6fc9ee671de5958bd1e (diff)
downloadzabbix-3653f1a561dccc45bf9823882cbfeeee117ea5ca.tar.gz
zabbix-3653f1a561dccc45bf9823882cbfeeee117ea5ca.tar.xz
zabbix-3653f1a561dccc45bf9823882cbfeeee117ea5ca.zip
proted r3218:3224 from 1.1.2
git-svn-id: svn://svn.zabbix.com/trunk@3228 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 abd56005..53e6fb6c 100644
--- a/frontends/php/include/classes/graph.inc.php
+++ b/frontends/php/include/classes/graph.inc.php
@@ -272,7 +272,7 @@
if($value <= 0) $value = NULL;
if(is_null($value)) $value = 900;
- $this->sizeYi = $value;
+ $this->sizeY = $value;
}
function setBorder($border)