From 2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 12 Feb 2019 14:50:15 +0100 Subject: Migrate old style constructors to __construct, temporary transition functions for it_dbi (map, mapgen) and it_user (ad, login_user) --- test/it_xml.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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; -- cgit v1.2.3