diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-06 11:30:41 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-06 11:30:41 +0100 |
commit | 7ce49e4bcfd76ce7620d376b6e2f93ef2c122ee1 (patch) | |
tree | 13026943d23767d184ec0017a88e76a93108a3fc /lib/grouplist.php | |
parent | ea18b235de4f967a53d86f796696c9e1ca29c40b (diff) |
Removed .uid from group profiles in a list
Diffstat (limited to 'lib/grouplist.php')
-rw-r--r-- | lib/grouplist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/grouplist.php b/lib/grouplist.php index b41c5b5f8..47aabddcd 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'); |