ZF-3918: Zend_Validate_File_ImageSize has a bad require_once statement
Description
Zend_Validate_File_ImageSize has a require_once for the class Zend_Validate_File_Abstract -- which neither exists nor is correct. It should be changed to Zend_Validate_Abstract.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-10T13:05:05.000+0000
Thomas has resolved in trunk; discussing merging r10865 to 1.6 release branch.
Posted by Alexander Veremyev (alexander) on 2008-08-11T02:35:48.000+0000
cs-10865 is merged to the release-1.6 branch
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:31.000+0000
Updating for the 1.6.0 release.