Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Duplicate
-
Affects Version/s: 1.6.2
-
Fix Version/s: 1.6.2
-
Component/s: Zend_File_Transfer
-
Labels:None
Description
In Zend_File_Transfer_Adapater_Abstract an warning is raised in getFilters().
Notice: Undefined variable: result in library\Zend\File\Transfer\Adapter\Abstract.php on line 809
Fix:
$result = array() on top of the last foreach loop
Duplication of already fixed issue