aboutsummaryrefslogtreecommitdiffstats
path: root/mod/acl.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-30 15:50:30 -0700
committerfriendica <info@friendica.com>2012-05-30 15:50:30 -0700
commit069361f946509210663c7e6be8020c2f2b49195f (patch)
tree2e7d42d19d6b5b34e6756411bc6df73cf27f5044 /mod/acl.php
parent7d77cfef56853fa5febb36b4cb4a1df8da7c3224 (diff)
downloadvolse-hubzilla-069361f946509210663c7e6be8020c2f2b49195f.tar.gz
volse-hubzilla-069361f946509210663c7e6be8020c2f2b49195f.tar.bz2
volse-hubzilla-069361f946509210663c7e6be8020c2f2b49195f.zip
rev update
Diffstat (limited to 'mod/acl.php')
-rw-r--r--mod/acl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/acl.php b/mod/acl.php
index 168b1f59f..1e8898ab6 100644
--- a/mod/acl.php
+++ b/mod/acl.php
@@ -135,7 +135,7 @@ function acl_init(&$a){
foreach($r as $g) {
$x['photos'][] = $g['micro'];
$x['links'][] = $g['url'];
- $x['suggestions'][] = $g['name']; // sprintf( t('%s [%s]'),$g['name'],$g['url']);
+ $x['suggestions'][] = $g['name'];
$x['data'][] = intval($g['id']);
}
}