List groups with nickname instead of full name in sidebar
This commit is contained in:
parent
334a0d56e7
commit
4479d780e5
@ -72,9 +72,9 @@ class GroupsNav extends MoreMenu
|
|||||||
|
|
||||||
while ($this->groups instanceof User_group && $this->groups->fetch()) {
|
while ($this->groups instanceof User_group && $this->groups->fetch()) {
|
||||||
$items[] = array('placeholder',
|
$items[] = array('placeholder',
|
||||||
array('nickname' => $this->groups->nickname,
|
array('nickname' => $this->groups->getNickname(),
|
||||||
'mainpage' => $this->groups->homeUrl()),
|
'mainpage' => $this->groups->homeUrl()),
|
||||||
$this->groups->getBestName(),
|
$this->groups->getNickname(),
|
||||||
$this->groups->getBestName()
|
$this->groups->getBestName()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user