ZF-6261: Missing method getInstance() is called on Zend_Tool_Framework_Registry.
Description
Zend_Tool_Framework_System_Provider_Manifest and _Providers do call Zend_Tool_Framework_Registry::getInstance() where the Registry class is not a singleton anymore and can not be accessed this way.
Comments
Posted by Ralph Schindler (ralph) on 2009-04-24T11:29:59.000+0000
This refactoring has been completed in trunk as of the past week. Please check to ensure references to the singleton registry no longer affect you.
Thanks! ralph