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