X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupsnav.php;h=738604583ca3f07c35391ea6e35b3dd00987a4b9;hb=3d334451c45bd93b222d58155404786ee0667a0e;hp=f047e16a60e4a916111d8e07a00cf345192149fd;hpb=b22acbb42e2cefa4c3d94f192b735519b1182f07;p=quix0rs-gnu-social.git diff --git a/lib/groupsnav.php b/lib/groupsnav.php index f047e16a60..738604583c 100644 --- a/lib/groupsnav.php +++ b/lib/groupsnav.php @@ -72,9 +72,9 @@ class GroupsNav extends MoreMenu while ($this->groups instanceof User_group && $this->groups->fetch()) { $items[] = array('placeholder', - array('nickname' => $this->groups->nickname, + array('nickname' => $this->groups->getNickname(), 'mainpage' => $this->groups->homeUrl()), - $this->groups->getBestName(), + $this->groups->getNickname(), $this->groups->getBestName() ); }