diff --git a/Web/Models/Entities/Club.php b/Web/Models/Entities/Club.php index ffe81ab4..a5a3027b 100644 --- a/Web/Models/Entities/Club.php +++ b/Web/Models/Entities/Club.php @@ -67,7 +67,7 @@ class Club extends RowModel function getName(): string { - return ovk_proc_strtr($this->getRecord()->name, 32); + return $this->getRecord()->name; } function getCanonicalName(): string