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 4df340a..84f258f 100755 --- a/test/it_xml.t +++ b/test/it_xml.t @@ -95,7 +95,7 @@ match( class my_xml extends it_xml { -function my_xml($xmldata) +function __construct($xmldata) { parent::__construct($xmldata); |