diff options
Diffstat (limited to 'test/it_xml.t')
-rwxr-xr-x | test/it_xml.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_xml.t b/test/it_xml.t index f53ceeb..4df340a 100755 --- a/test/it_xml.t +++ b/test/it_xml.t @@ -97,7 +97,7 @@ class my_xml extends it_xml function my_xml($xmldata) { - parent::it_xml($xmldata); + parent::__construct($xmldata); # Code which should be executed in root and only there $this->qux = new it_xml; |