Skip to content

Commit

Permalink
Updated code to use latest autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartherbert committed Aug 2, 2011
1 parent 817ffa9 commit b663ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/phix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ foreach ($searchFolders as $searchFolder)
{
if (is_dir($searchFolder))
{
__autoloader_alsoSearch($searchFolder);
psr0_autoloader_alsoSearch($searchFolder);
}
}

Expand Down

0 comments on commit b663ea6

Please sign in to comment.