ZF-10305: FirePhp class incorrectly referenced causing fatal error
Description
In the ZF 2.0 development release, I found multiple instances of an incorrect reference to \Zend\Wildfire\Plugin\FirePhp.
Zend\Log\Writer\Firebug: Lines 50-63/194 - FirePhp\FirePhp should read FirePhp.
Zend\Db\Profiler\Firebug: Line 101 - \Zend\Wildfire\Plugin\FirePhp\FirePhp should read \Zend\Wildfire\Plugin\FirePhp Line 34 - (Comments) Same problem as line 101
Thanks!
Chris Strosser http://webjawns.com
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-08-13T05:16:27.000+0000
This has been fixed on master already.