[Locale] Update documentation for autoloader.

This commit is contained in:
Drak 2012-02-16 08:34:29 +05:45
parent dd2c4aa61f
commit ff8d740753
1 changed files with 1 additions and 1 deletions

View File

@ -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