diff --git a/src/ArUtil/I18N/Arabic.php b/src/ArUtil/I18N/Arabic.php index 2e45f8e..991d400 100755 --- a/src/ArUtil/I18N/Arabic.php +++ b/src/ArUtil/I18N/Arabic.php @@ -292,6 +292,8 @@ public function __call($methodName, $arguments) $value[$key] = iconv($this->getInputCharset(), 'utf-8', $element); } $params[$name] = $value; + } else { + $params[$name] = $value; } } }