Skip to content

Commit

Permalink
fixed autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 11, 2011
1 parent 6bb9075 commit f1e8c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload.php.dist
Expand Up @@ -18,7 +18,7 @@ $loader->registerPrefixes(array(
'Twig_' => __DIR__.'/vendor/twig/lib',
));
$loader->registerPrefixFallbacks(array(
__DIR__.'/vendor/symfony/src/Symfony/Component/Locale/Resources/stubs',
__DIR__.'/src/Symfony/Component/Locale/Resources/stubs',
));
$loader->register();

Expand Down

0 comments on commit f1e8c1b

Please sign in to comment.