diff --git a/framework/yii/i18n/MessageFormatter.php b/framework/yii/i18n/MessageFormatter.php index a038be1..3c165e6 100644 --- a/framework/yii/i18n/MessageFormatter.php +++ b/framework/yii/i18n/MessageFormatter.php @@ -89,7 +89,7 @@ class MessageFormatter extends Component } if (!class_exists('MessageFormatter', false)) { - return $this->fallbackFormat($language, $pattern, $params); + return $this->fallbackFormat($pattern, $params, $language); } if (version_compare(PHP_VERSION, '5.5.0', '<')) {