DataObjects/Images.php
[Pman.Core] / DataObjects / Images.php
index 7b42dec..78f80bf 100644 (file)
@@ -867,7 +867,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
 //        }
         
         if(!empty($scaleWidth) || !empty($scaleHeight)){
-            $data = $this->scale($data, $scaleWidth, $scaleHeight);
+            $data = $this->scale(false, $scaleWidth, $scaleHeight);
         }
         
         if($rotate){