app/controllers/backend/UserController.php: typo fix.
This commit is contained in:
parent
d3e52269cd
commit
151daa8529
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class UserController extends \Phalcon\Mvc\Controller
|
|||
if ($user) {
|
||||
if ($user->isSuspended()) {
|
||||
$this->eventsManager->fire('auth:onSentActivation', $user);
|
||||
$this->flash->success('Ativation email sent to: ' . $user->email);
|
||||
$this->flash->success('Activation email sent to: ' . $user->email);
|
||||
} else {
|
||||
$this->flash->error('Only suspended users can be sent activation emails.');
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue