Commit 0c9a37fc620427e8e663ff0d3149016e6f5d77f0

Authored by Yarik
1 parent 9f8be5c9

Import browser beta v0.1

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/language/behaviors/LanguageBehavior.php
... ... @@ -236,7 +236,7 @@
236 236 $success = true;
237 237 $model_langs = $this->model_langs;
238 238 foreach($model_langs as $model_lang) {
239   - if(!$model_lang->save()) {
  239 + if(!$model_lang->save(false)) {
240 240 $success = false;
241 241 }
242 242 }
... ...