diff options
author | root <root@debian.(none)> | 2012-06-01 03:10:57 -0400 |
---|---|---|
committer | root <root@debian.(none)> | 2012-06-01 03:10:57 -0400 |
commit | bad66a1154b3ef6ba639038218317f7ac5bf43d7 (patch) | |
tree | a03244a0005d732412fcfe6a1c8eb5734fcf6b78 /mod/acl.php | |
parent | 88d5d9684a51119f62a60c588b2bf468f71fd884 (diff) | |
parent | 93bc29a711637c84a4ffc380078277de89af4e6d (diff) | |
download | volse-hubzilla-bad66a1154b3ef6ba639038218317f7ac5bf43d7.tar.gz volse-hubzilla-bad66a1154b3ef6ba639038218317f7ac5bf43d7.tar.bz2 volse-hubzilla-bad66a1154b3ef6ba639038218317f7ac5bf43d7.zip |
Merge remote branch 'friendica/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']); } } |