mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Issue #1745 - Initial Userclass was not being saved during Activation by admin.
This commit is contained in:
@@ -1212,6 +1212,11 @@ class e_system_user extends e_user_model
|
||||
return true;
|
||||
}
|
||||
|
||||
if(!empty($options['debug']))
|
||||
{
|
||||
return $mailer->preview($eml);
|
||||
}
|
||||
|
||||
|
||||
return $mailer->sendEmail($userInfo['user_email'], $userInfo['user_name'], $eml, false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user