Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/zucchi/zf2 into hotfix/mo…
Browse files Browse the repository at this point in the history
…dule-autoloader-return
  • Loading branch information
weierophinney committed Oct 14, 2011
2 parents 490f6ec + 7ec062a commit 0fbf1ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/Zend/Loader/ModuleAutoloader.php
Expand Up @@ -99,9 +99,6 @@ public function autoload($class)

// Find executable phars
$matches = glob($path . '.{' . implode($this->pharExtensions, ',') . '}', GLOB_BRACE);
if (count($matches) == 0) {
return false;
}
foreach ($matches as $phar) {
if ($classLoaded = $this->loadModuleFromPhar($phar, $class)) {
return $classLoaded;
Expand Down

0 comments on commit 0fbf1ac

Please sign in to comment.