From: Alan Knowles Date: Wed, 7 Mar 2018 04:56:36 +0000 (+0800) Subject: Generator/JSON.php X-Git-Url: http://git.roojs.org/?p=Pman.Builder;a=commitdiff_plain;h=2c2e8729b33d589a410671598af632ff9f50e03f Generator/JSON.php --- diff --git a/Generator/JSON.php b/Generator/JSON.php index 8b053fa..2dfe067 100644 --- a/Generator/JSON.php +++ b/Generator/JSON.php @@ -10,7 +10,7 @@ class Pman_Builder_Generator_JSON extends Services_JSON var $crlf = "\n"; var $tab = "\t"; - function Pman_Builder_Generator_JSON($use = 0) { + function __construct($use = 0) { if (is_array($use)) { foreach($use as $k=>$v) { $this->$k = $v;