Skip to content

Commit

Permalink
[Intl] Outsourced bundle reader creation to Icu component
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Apr 5, 2013
1 parent 0160fd5 commit 427d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Intl/Intl.php
Expand Up @@ -203,7 +203,7 @@ private static function getBundleReader()
{
if (null === self::$bundleReader) {
self::$bundleReader = new StructuredBundleReader(new BufferedBundleReader(
IcuData::isLoadable() ? new BinaryBundleReader() : new PhpBundleReader(),
IcuData::getBundleReader(),
self::BUFFER_SIZE
));
}
Expand Down

0 comments on commit 427d24a

Please sign in to comment.