Commit fc89160c authored by Shakarim Sapa's avatar Shakarim Sapa

- Правки при сохранении данных

parent eae4374b
......@@ -92,7 +92,7 @@ class Bid extends \common\components\ActiveRecordModel
}
public function beforeSave($insert){
if (parent::beforeSave($insert))
if (!parent::beforeSave($insert))
return false;
if (!is_null($this->email)) {
......
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