]> git.mxchange.org Git - friendica.git/blobdiff - mod/regmod.php
Some more removed notices
[friendica.git] / mod / regmod.php
index c1493528d57258ada64305ab5609fccd2aba3722..11d8eee412eadd013fb2b0197b825803db8baa2c 100644 (file)
@@ -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();