- Подкорректированы выводимые ошибки (на будущее)

parent dabe3618
...@@ -251,7 +251,7 @@ class Passing extends \common\components\ActiveRecordModel ...@@ -251,7 +251,7 @@ class Passing extends \common\components\ActiveRecordModel
} }
return true; return true;
} else { } else {
$this->addError('pased', $init); $this->addError('passed', $init);
return false; return false;
} }
} }
......
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