X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fregmod.php;h=11d8eee412eadd013fb2b0197b825803db8baa2c;hb=f3a97a08286a163962b13e928cb0eb4ce191c520;hp=c1493528d57258ada64305ab5609fccd2aba3722;hpb=a6fb3568f989f72164b435baafc63a174397b542;p=friendica.git diff --git a/mod/regmod.php b/mod/regmod.php index c1493528d5..11d8eee412 100644 --- a/mod/regmod.php +++ b/mod/regmod.php @@ -61,7 +61,8 @@ function user_allow($hash) Config::get('config', 'sitename'), System::baseUrl(), $user[0]['username'], - $register[0]['password']); + $register[0]['password'], + $user[0]); L10n::popLang();