mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Update forgotten column name
This commit is contained in:
parent
21b3737dc2
commit
0e3b0fc5a0
|
@ -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