Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.0
-
Fix Version/s: 1.9.1
-
Component/s: Zend_Feed_Reader
-
Labels:None
Description
When using Zend_Feed_Reader::import with conditional gets and a cache is registered the import fails always due to the wrong logical or when testing the HTTP response status code in line 247. Changing it to the intended logical and fixes the problem.
Changes the logical or to a logical and in Zend_Feed_Reader, line 247.