diff options
author | zottel <github@zottel.net> | 2012-05-31 08:43:14 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-31 08:43:14 +0200 |
commit | 20fdbda25e7fa1c1f6e234867df495be1085f3f8 (patch) | |
tree | 6eb8a4448647f17357d5c5219ddc577f4948230d /mod/acl.php | |
parent | 24b58af68938558baa2ddc6809401ec528ff1176 (diff) | |
parent | f0cf0ebb485432b444b1d85843385ebfda0260fd (diff) | |
download | volse-hubzilla-20fdbda25e7fa1c1f6e234867df495be1085f3f8.tar.gz volse-hubzilla-20fdbda25e7fa1c1f6e234867df495be1085f3f8.tar.bz2 volse-hubzilla-20fdbda25e7fa1c1f6e234867df495be1085f3f8.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod/acl.php')
-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']); } } |