mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Typos
This commit is contained in:
@@ -718,7 +718,7 @@ class AjaxProfile extends AjaxHandler
|
||||
protected function checkUser($val)
|
||||
{
|
||||
if (User::isValidName($val))
|
||||
return $val
|
||||
return $val;
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user