Skip to content

Instantly share code, notes, and snippets.

@hobodave
Created April 2, 2010 15:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hobodave/353288 to your computer and use it in GitHub Desktop.
Index: Application/Bootstrap/BootstrapAbstract.php
===================================================================
--- Application/Bootstrap/BootstrapAbstract.php (revision 21732)
+++ Application/Bootstrap/BootstrapAbstract.php (working copy)
@@ -349,6 +349,7 @@
if (0 === strcasecmp($resource, $pluginName)) {
return $this->_pluginResources[$pluginName];
}
+ continue;
}
if (class_exists($plugin)) { //@SEE ZF-7550
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment