mirror of
https://github.com/flarum/framework.git
synced 2025-01-23 09:04:16 +08:00
Update forgotten column name
This commit is contained in:
parent
ec991cb9d7
commit
da5b3c26f4
|
@ -72,7 +72,7 @@ class EmailConfirmationMailer
|
|||
{
|
||||
$user = $event->user;
|
||||
|
||||
if ($user->is_activated) {
|
||||
if ($user->is_email_confirmed) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user