- FIX

parent 368f3ab8
...@@ -562,7 +562,7 @@ class User extends \common\components\ActiveRecordModel implements IdentityInter ...@@ -562,7 +562,7 @@ class User extends \common\components\ActiveRecordModel implements IdentityInter
if ($init===true) { if ($init===true) {
return true; return true;
} else { } else {
$this->addError('email', 'asd'); $this->addError('email', $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