Add a guard against overlapping transactions.
[platal.git] / classes / plimage.php
index 232fb47..0578665 100644 (file)
@@ -27,7 +27,7 @@ class PlImage {
     protected $data = null;
     protected $file = null;
 
-    private function __construct()
+    protected function __construct()
     {
     }