dev #38
@ -70,7 +70,7 @@ class Nick extends User
|
||||
*/
|
||||
public function short($showInvisibility = 0):string
|
||||
{
|
||||
if ($showInvisibility && $this->getInvisibilityStatus()) {
|
||||
if (!$showInvisibility && $this->getInvisibilityStatus()) {
|
||||
return INVIS;
|
||||
} else {
|
||||
return htmlspecialchars($this->login);
|
||||
|
Loading…
Reference in New Issue
Block a user