ZF-9288: Typo in end_File_Transfer_Adapter_Abstract
Description
ln 1023 throw new Zend_File_Transfer_Exception('The given destination is no directory or does not exist');
Should be throw new Zend_File_Transfer_Exception('The given destination is not a directory or does not exist');
(no directory -> not a directory)
Comments
Posted by Thomas Weidner (thomas) on 2010-02-28T10:03:16.000+0000
Changed from bug to improvement
Posted by Thomas Weidner (thomas) on 2010-02-28T10:03:33.000+0000
Implemented with r21258