Skip to content

Commit

Permalink
fix access to array element by using the one that was checked for
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Oct 26, 2013
1 parent 41bed00 commit 559491b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clue/PharComposer/Bundler/Explicit.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function bundle()
}

if (isset($autoload['files'])) {
foreach($autoload['classmap'] as $path) {
foreach($autoload['files'] as $path) {
$this->addFile($this->package->getAbsolutePath($path));
}
}
Expand Down

0 comments on commit 559491b

Please sign in to comment.