Image/Transform.php
authorbenny <benny@roojs.com>
Tue, 10 Jul 2018 08:23:17 +0000 (16:23 +0800)
committerbenny <benny@roojs.com>
Tue, 10 Jul 2018 08:23:17 +0000 (16:23 +0800)
Image/Transform.php

index 63b3a7e..4a47f01 100644 (file)
@@ -970,7 +970,7 @@ class Image_Transform
      * @return PEAR_error
      * @access protected
      */
-    function _resize()
+    function _resize($new_x, $new_y, $options = null)
     {
         return PEAR::staticRaiseError('Resize method not supported by driver',
             IMAGE_TRANSFORM_ERROR_UNSUPPORTED);