Zend Framework

Typo in end_File_Transfer_Adapter_Abstract

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor 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)

Activity

Hide
Thomas Weidner added a comment -

Changed from bug to improvement

Show
Thomas Weidner added a comment - Changed from bug to improvement
Hide
Thomas Weidner added a comment -

Implemented with r21258

Show
Thomas Weidner added a comment - Implemented with r21258

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: