[Intl] Outsourced bundle reader creation to Icu component

This commit is contained in:
Bernhard Schussek 2013-04-04 18:34:01 +02:00
parent 0160fd5c74
commit 427d24a7a7
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class Intl
{
if (null === self::$bundleReader) {
self::$bundleReader = new StructuredBundleReader(new BufferedBundleReader(
IcuData::isLoadable() ? new BinaryBundleReader() : new PhpBundleReader(),
IcuData::getBundleReader(),
self::BUFFER_SIZE
));
}