ZF-6183: Module bootstraps run resources again
Description
The Zend_Application_Module_Bootstrap constructor copies all options and therefore runs all resources again:
else {
$this->setOptions($application->getOptions());
}
The Zend_Application_Module_Bootstrap constructor copies all options and therefore runs all resources again:
else {
$this->setOptions($application->getOptions());
}
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-04-07T07:39:32.000+0000
Resolved in trunk