ZF-12332: class Zend_Feed_Reader contains double semi-colons ( ;; )
Description
http://framework.zend.com/svn/framework/…
if ($lastModified === null) { $lastModified = $cache->load($cacheId.'_lastmodified');; }
http://framework.zend.com/svn/framework/…
if ($lastModified === null) { $lastModified = $cache->load($cacheId.'_lastmodified');; }
Comments
Posted by Frank Brückner (frosch) on 2012-07-12T07:15:09.000+0000
Patch added.
Posted by Rob Allen (rob) on 2012-11-07T20:29:33.000+0000
Applied patch to trunk (25102) and release-1.12 (25103)