]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/grouplist.php
Removed .uid from group profiles in a list
[quix0rs-gnu-social.git] / lib / grouplist.php
index b41c5b5f8488c0898fe10f83ff1c726939d31d94..47aabddcd6591b63dc17487b47f52122057226cc 100644 (file)
@@ -105,7 +105,7 @@ class GroupList extends Widget
                                          'alt' =>
                                          ($this->group->fullname) ? $this->group->fullname :
                                          $this->group->nickname));
-        $hasFN = ($this->group->fullname) ? 'nickname url uid' : 'fn org nickname url uid';
+        $hasFN = ($this->group->fullname) ? 'nickname url' : 'fn org nickname url';
         $this->out->elementStart('span', $hasFN);
         $this->out->raw($this->highlight($this->group->nickname));
         $this->out->elementEnd('span');