Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.10.1
-
Fix Version/s: 1.10.3
-
Component/s: Zend_File_Transfer
-
Labels:None
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)
Changed from bug to improvement