Commit 317dd52a42939b38f3d12e84de5d6e3c63627d5f

Authored by Yarik
1 parent 548f3a28

test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/models/OptionHelper.php
... ... @@ -36,7 +36,7 @@ class OptionHelper extends Model
36 36 } else {
37 37 Yii::trace( "No rows has been deleted" );
38 38 }
39   - Yii::$app->db->createCommand()->batchInsert('option', ['model', 'model_id', 'name', 'template', 'option_pid'], [['common\models\User', $user_id, 'about', '']])
  39 + //Yii::$app->db->createCommand()->batchInsert('option', ['model', 'model_id', 'name', 'template', 'option_pid'], [['common\models\User', $user_id, 'about', '']])
40 40 }
41 41  
42 42 }
... ...