Commit 66b27fca by Carsten Brandt

fixes #1092

parent 73d01860
...@@ -89,7 +89,7 @@ class MessageFormatter extends Component ...@@ -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', '<')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment