diff options
author | knut <> | 2008-08-14 08:28:24 +0000 |
---|---|---|
committer | knut <> | 2008-08-14 08:28:24 +0000 |
commit | c7c5ad3a32287210f8127f0986230a13a07b3c18 (patch) | |
tree | 6426f84851b6e79a7c50fde603773399a7bd7d96 /framework/Xml | |
parent | 6234952a972b70a9d7903ae5086f3abb8647796f (diff) |
minor typo
Diffstat (limited to 'framework/Xml')
-rw-r--r-- | framework/Xml/TXmlDocument.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Xml/TXmlDocument.php b/framework/Xml/TXmlDocument.php index 8a1ae6d1..9325c62a 100644 --- a/framework/Xml/TXmlDocument.php +++ b/framework/Xml/TXmlDocument.php @@ -323,7 +323,7 @@ class TXmlDocument extends TXmlElement public function __construct($version='1.0',$encoding='') { parent::__construct(''); - $this->setversion($version); + $this->setVersion($version); $this->setEncoding($encoding); } |