From c7c5ad3a32287210f8127f0986230a13a07b3c18 Mon Sep 17 00:00:00 2001 From: knut <> Date: Thu, 14 Aug 2008 08:28:24 +0000 Subject: minor typo --- framework/Xml/TXmlDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Xml/TXmlDocument.php') 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); } -- cgit v1.2.3