From b1d30e032b19ec59d36caeafba90fe7ca8553d4b Mon Sep 17 00:00:00 2001 From: Riton Date: Thu, 23 Sep 2010 11:19:49 +0200 Subject: [PATCH] Forgot to switch the constructor to protected Signed-off-by: Riton Signed-off-by: Florent Bruneau --- classes/plimage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { } -- 2.1.4