Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.9.6
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Application
-
Labels:None
Description
Zend_Application_Module_Bootstrap::initResourceLoader() calls $this->getResourceLoader() that does not exist.
Issue Links
| This issue is related to: | ||||
| ZF-8496 | Add ability for Zend_Application_Bootstrap_Bootstrap to initialize a module autoloader |
|
|
|
Actually, the method does exist, in the abstract bootstrap class. The problem was actually a method that needed to be renamed due to refactoring (it's a new method anyways).
All is now working.