diff --git a/framework/yii/i18n/MessageFormatter.php b/framework/yii/i18n/MessageFormatter.php index 464f3f7..8479425 100644 --- a/framework/yii/i18n/MessageFormatter.php +++ b/framework/yii/i18n/MessageFormatter.php @@ -123,11 +123,7 @@ class MessageFormatter extends \MessageFormatter */ private static function needFix() { - return ( - !defined('INTL_ICU_VERSION') || - version_compare(INTL_ICU_VERSION, '48.0.0', '<') || - version_compare(PHP_VERSION, '5.5.0', '<') - ); + return version_compare(PHP_VERSION, '5.5.0', '<'); } } \ No newline at end of file