From: Sarven Capadisli Date: Fri, 6 Nov 2009 10:30:41 +0000 (+0100) Subject: Removed .uid from group profiles in a list X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ce49e4bcfd76ce7620d376b6e2f93ef2c122ee1;p=quix0rs-gnu-social.git Removed .uid from group profiles in a list --- diff --git a/lib/grouplist.php b/lib/grouplist.php index b41c5b5f84..47aabddcd6 100644 --- a/lib/grouplist.php +++ b/lib/grouplist.php @@ -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');