mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Quick-Add-User email notification fix.
This commit is contained in:
@@ -1447,7 +1447,7 @@ class users_admin_ui extends e_admin_ui
|
||||
$check = $sysuser->email('quickadd', array(
|
||||
'user_password' => $savePassword,
|
||||
'mail_subject' => USRLAN_187.SITENAME,
|
||||
'activation_url' => USRLAN_238,
|
||||
'activation_url' => USRLAN_246,
|
||||
));
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user