AndreasBaumgart / Zend_Filter_ImageSize

Extension for ZendFramework. A Zend_Filter implementation for resizing images.
Other
21 stars 4 forks source link

Fatal error in ImageSize class #4

Closed alolis closed 11 years ago

alolis commented 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.');
AndreasBaumgart commented 11 years ago

Fixed. Thanks!