Sylvain
Results
2
comments of
Sylvain
+1 for the use in a static method. Thanks for the (incoming ?) fix ! :) ```php class A { public static function test() { $obj = new self; $obj->usePrivateMethod();...
It's ugly but it works... ```php $bak = getcwd(); chdir('/where/there/is/no/config.php/file...'); $client = new ET_Client(false, false, $params); chdir($bak); ``` I hope it will be fixed soon ! Other solution : Instead...