ZF-4605: Exception for File Not Found references wrong variable
Description
On 1163 of File_Transfer_Abstract there's an exception thrown if a file can't be matched in the _files array. The error reports that '$file' was not found, when I think it should be '$find'.
Comments
Posted by Thomas Weidner (thomas) on 2008-10-15T07:52:38.000+0000
Thanks, fixed in r11966
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:15.000+0000
Changing issues in preparation for the 1.7.0 release.