Browse Source

fixes #1092

tags/2.0.0-alpha
Carsten Brandt 11 years ago
parent
commit
66b27fcaf1
  1. 2
      framework/yii/i18n/MessageFormatter.php

2
framework/yii/i18n/MessageFormatter.php

@ -89,7 +89,7 @@ class MessageFormatter extends Component
} }
if (!class_exists('MessageFormatter', false)) { 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', '<')) { if (version_compare(PHP_VERSION, '5.5.0', '<')) {

Loading…
Cancel
Save