Bug in Crtx_PEAR_Channel_Frontend?
I’m using Crtx_PEAR_Channel_Frontend-0.3.1-alpha as a PEAR channel front end and I’m pretty happy about it. However there seems to be a bug in the Crtx_PEAR_Channel_Frontend :: getPackageLatestReleases() method at line 500.
It reads:
unset($release[$states[$i+1]]);
While it should read:
unset($release[$states[$i]]);
I tried to email the original author Davey Shafik some time ago to no avail but at least now you are warned ![]()
