mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Remove construct_acl_data()
This commit is contained in:
parent
04589ecd38
commit
d9c6417f5d
8 changed files with 3 additions and 50 deletions
|
@ -1280,7 +1280,6 @@ function settings_content(App $a) {
|
|||
'$blocktags'=> $blocktags, // array('blocktags', t('Allow friends to tag your posts:'), !$blocktags, ''),
|
||||
|
||||
// ACL permissions box
|
||||
'$acl_data' => construct_acl_data($a, $a->user), // For non-Javascript ACL selector
|
||||
'$group_perms' => t('Show to Groups'),
|
||||
'$contact_perms' => t('Show to Contacts'),
|
||||
'$private' => t('Default Private Post'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue