- Возвращаем ошибку

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