Skip to content

Commit

Permalink
[Locale] Update documentation for autoloader.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drak committed Feb 22, 2012
1 parent dd2c4aa commit ff8d740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Locale/README.md
Expand Up @@ -11,7 +11,7 @@ requires adding the following lines to your autoloader:
if (!function_exists('intl_get_error_code')) {
require __DIR__.'/../vendor/symfony/src/Symfony/Component/Locale/Resources/stubs/functions.php';

$loader->registerPrefixFallbacks(array(__DIR__.'/../vendor/symfony/src/Symfony/Component/Locale/Resources/stubs'));
$loader->registerPrefixFallback(__DIR__.'/../vendor/symfony/src/Symfony/Component/Locale/Resources/stubs');
}

Resources
Expand Down

0 comments on commit ff8d740

Please sign in to comment.