Misc/Typos

This commit is contained in:
Sarjuuk
2018-03-29 18:58:22 +02:00
parent fab71f9325
commit 0912248fd5
4 changed files with 13 additions and 6 deletions

View File

@@ -718,7 +718,7 @@ class AjaxProfile extends AjaxHandler
protected function checkUser($val)
{
if (User::isValidName($val))
return $val
return $val;
return null;
}