Closed alolis closed 11 years ago
Filter/ImageSize.php, line 267 should be
throw new Zend_Filter_Exception('Failed to detect input image type.');
instead of
throw new Zend_FilterException('Failed to detect input image type.');
Fixed. Thanks!
Filter/ImageSize.php, line 267 should be
instead of