]> git.mxchange.org Git - friendica.git/blobdiff - mod/register.php
Ops, one more left ...
[friendica.git] / mod / register.php
index 220d82d07e5f9fefe910672476fa88324d1f9d1e..b851faf2d6225f471e5cec43e93270b4beab3978 100644 (file)
@@ -93,7 +93,7 @@ function register_post(App $a)
                // Only send a password mail when the password wasn't manually provided
                if (!x($_POST, 'password1') || !x($_POST, 'confirm')) {
                        $res = User::sendRegisterOpenEmail(
-                                       $user['email'], Config::get('config', 'sitename'), System::baseUrl(), $user['username'], $result['password']);
+                                       $user['email'], Config::get('config', 'sitename'), System::baseUrl(), $user['username'], $result['password'], $user);
 
                        if ($res) {
                                info(L10n::t('Registration successful. Please check your email for further instructions.') . EOL);