summaryrefslogtreecommitdiff
path: root/lib/util.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-11-09 23:16:17 +0000
committerZach Copley <zach@status.net>2010-11-09 23:16:17 +0000
commit5b94d9e86b91707a47b143482775acad8fcf9e78 (patch)
tree99401bab6fc3295d8578a47b8d2b6d542ca70f90 /lib/util.php
parent17ae690d5937b9a9ac3c7cd8a37d461960ce4964 (diff)
parenta988e2e97b4b790f3cbd9f755ebf61bf321e16f9 (diff)
Merge branch '0.9.x' into facebook-upgrade
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 47e52c915..14814b7e9 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -1010,7 +1010,7 @@ function common_group_link($sender_id, $nickname)
$attrs = array('href' => $group->permalink(),
'class' => 'url');
if (!empty($group->fullname)) {
- $attrs['title'] = $group->fullname . ' (' . $group->nickname . ')';
+ $attrs['title'] = $group->getFancyName();
}
$xs = new XMLStringer();
$xs->elementStart('span', 'vcard');