forked from GNUsocial/gnu-social
Local_group and User are now assumed to be in same namespace
This commit is contained in:
@@ -679,7 +679,7 @@ class TwitterauthorizationAction extends Action
|
||||
try {
|
||||
return Nickname::normalize($this->tw_fields['fullname'], true);
|
||||
} catch (NicknameException $e) {
|
||||
return null
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user