forked from GNUsocial/gnu-social
Fix dumb mistake -- changed function names partway through writing Nickname and forgot to update a couple places. :)
This commit is contained in:
@@ -273,7 +273,7 @@ class FinishopenidloginAction extends Action
|
||||
}
|
||||
|
||||
try {
|
||||
$nickname = Nickname::validate($this->trimmed('newname'));
|
||||
$nickname = Nickname::normalize($this->trimmed('newname'));
|
||||
} catch (NicknameException $e) {
|
||||
$this->showForm($e->getMessage());
|
||||
return;
|
||||
|
Reference in New Issue
Block a user