diff options
-rw-r--r-- | lib/authenticationplugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/authenticationplugin.php b/lib/authenticationplugin.php index 17237086c..f7f8f8655 100644 --- a/lib/authenticationplugin.php +++ b/lib/authenticationplugin.php @@ -132,7 +132,7 @@ abstract class AuthenticationPlugin extends Plugin //someone already exists with the suggested nickname //not much else we can do }else{ - $user = $this->autoregister($suggested_nickname); + $user = $this->autoRegister($nickname); if($user){ User_username::register($user,$nickname,$this->provider_name); return false; |