forked from extern/egroupware
allow to change mail domain
This commit is contained in:
parent
697d8931eb
commit
c655ab1e7f
@ -179,11 +179,11 @@ class admin_passwordreset
|
||||
}
|
||||
$emailadmin->saveUserData($account_id, $userData);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$msg .= lang('No profile defined for user %1', '#'.$account_id.' '.$account['account_fullname']."\n");
|
||||
continue;
|
||||
else
|
||||
{
|
||||
$msg .= lang('No profile defined for user %1', '#'.$account_id.' '.$account['account_fullname']."\n");
|
||||
continue;
|
||||
}
|
||||
}
|
||||
$changed[] = $account;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user