summaryrefslogtreecommitdiff
path: root/framework/Xml/TXmlDocument.php
diff options
context:
space:
mode:
authorknut <>2008-08-14 08:28:24 +0000
committerknut <>2008-08-14 08:28:24 +0000
commitc7c5ad3a32287210f8127f0986230a13a07b3c18 (patch)
tree6426f84851b6e79a7c50fde603773399a7bd7d96 /framework/Xml/TXmlDocument.php
parent6234952a972b70a9d7903ae5086f3abb8647796f (diff)
minor typo
Diffstat (limited to 'framework/Xml/TXmlDocument.php')
-rw-r--r--framework/Xml/TXmlDocument.php2
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);
}