diff options
author | friendica <info@friendica.com> | 2012-05-30 15:50:30 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-30 15:50:30 -0700 |
commit | 069361f946509210663c7e6be8020c2f2b49195f (patch) | |
tree | 2e7d42d19d6b5b34e6756411bc6df73cf27f5044 /mod | |
parent | 7d77cfef56853fa5febb36b4cb4a1df8da7c3224 (diff) | |
download | volse-hubzilla-069361f946509210663c7e6be8020c2f2b49195f.tar.gz volse-hubzilla-069361f946509210663c7e6be8020c2f2b49195f.tar.bz2 volse-hubzilla-069361f946509210663c7e6be8020c2f2b49195f.zip |
rev update
Diffstat (limited to 'mod')
-rw-r--r-- | mod/acl.php | 2 |
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']); } } |