DataObjects/Images.php
authorEdward <edward@roojs.com>
Fri, 12 Oct 2018 02:53:26 +0000 (10:53 +0800)
committerEdward <edward@roojs.com>
Fri, 12 Oct 2018 02:53:26 +0000 (10:53 +0800)
DataObjects/Images.php

index 03d9713..6396956 100644 (file)
@@ -905,7 +905,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         return $page;
     }
     
-    function rotate()
+    function rotate($imageBlob = false)
     {
         $imagick = new Imagick($this->getStoreName());