X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fregmod.php;fp=mod%2Fregmod.php;h=89e348d5098124e0ba7f72c76e85d18cdea61a81;hb=208a149a7b7e25dc84c39e5631cba11d41869bae;hp=0600095c9c6d63fd63a7f79fb65d47f0a80f38d5;hpb=f7e9b74dca7b19b21164318b0ab7f537fb271d28;p=friendica.git diff --git a/mod/regmod.php b/mod/regmod.php index 0600095c9c..89e348d509 100644 --- a/mod/regmod.php +++ b/mod/regmod.php @@ -90,7 +90,7 @@ function user_deny($hash) dba::delete('user', ['uid' => $register[0]['uid']]); dba::delete('register', ['hash' => $register[0]['hash']]); - notice(sprintf(L10n::t('Registration revoked for %s'), $user[0]['username']) . EOL); + notice(L10n::t('Registration revoked for %s', $user[0]['username']) . EOL); return true; }