From: Riton Date: Thu, 23 Sep 2010 09:19:49 +0000 (+0200) Subject: Forgot to switch the constructor to protected X-Git-Tag: core/1.1.1~27 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b1d30e032b19ec59d36caeafba90fe7ca8553d4b;p=platal.git Forgot to switch the constructor to protected Signed-off-by: Riton Signed-off-by: Florent Bruneau --- diff --git a/classes/plimage.php b/classes/plimage.php index 232fb47..0578665 100644 --- a/classes/plimage.php +++ b/classes/plimage.php @@ -27,7 +27,7 @@ class PlImage { protected $data = null; protected $file = null; - private function __construct() + protected function __construct() { }