1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Update forgotten column name

This commit is contained in:
Toby Zerner
2018-10-23 20:52:09 +10:30
parent ec991cb9d7
commit da5b3c26f4

View File

@@ -72,7 +72,7 @@ class EmailConfirmationMailer
{
$user = $event->user;
if ($user->is_activated) {
if ($user->is_email_confirmed) {
return;
}