allow to change mail domain

This commit is contained in:
Ralf Becker 2013-04-05 14:15:40 +00:00
parent 697d8931eb
commit c655ab1e7f

View File

@ -179,11 +179,11 @@ class admin_passwordreset
} }
$emailadmin->saveUserData($account_id, $userData); $emailadmin->saveUserData($account_id, $userData);
} }
} else
else {
{ $msg .= lang('No profile defined for user %1', '#'.$account_id.' '.$account['account_fullname']."\n");
$msg .= lang('No profile defined for user %1', '#'.$account_id.' '.$account['account_fullname']."\n"); continue;
continue; }
} }
$changed[] = $account; $changed[] = $account;