X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fregmod.php;h=295d8df25f5a02066c41d74376f8bdd0941f7bb4;hb=HEAD;hp=6cf4c8836c8de48a5c2b617ff625b3253f58ce20;hpb=6e7ca479d63d9740c83074cd95b454da0c686885;p=friendica.git diff --git a/mod/regmod.php b/mod/regmod.php index 6cf4c8836c..295d8df25f 100644 --- a/mod/regmod.php +++ b/mod/regmod.php @@ -44,7 +44,7 @@ function user_allow($hash) $user, Config::get('config', 'sitename'), $a->getBaseUrl(), - defaults($register, 'password', 'Sent in a previous email') + ($register['password'] ?? '') ?: 'Sent in a previous email' ); L10n::popLang();