]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/listsnav.php
If there's no Happening, we can't use the RSVP.
[quix0rs-gnu-social.git] / lib / listsnav.php
index a2fa0b8cd13acb36130b0718b649fe09c01d8a03..d550233ef5810864ee482df053c4b4b68f2e1c22 100644 (file)
@@ -66,7 +66,7 @@ class ListsNav extends MoreMenu
         while ($this->lists->fetch()) {
                 $mode = $this->lists->private ? 'private' : 'public';
                 $items[] = array('showprofiletag',
-                                 array('tagger' => $this->profile->nickname,
+                                 array('nickname' => $this->profile->getNickname(),
                                        'tag'    => $this->lists->tag),
                                  $this->lists->tag,
                                  '');