git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19316 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -351,7 +351,7 @@ abstract class Zend_Application_Bootstrap_BootstrapAbstract
}
- if (class_exists($plugin)) {
+ if (class_exists($plugin)) { //@SEE ZF-7550
$spec = (array) $spec;
$spec['bootstrap'] = $this;
$instance = new $plugin($spec);