Remove construct_acl_data()

This commit is contained in:
Hypolite Petovan 2018-01-03 19:29:52 -05:00
parent 04589ecd38
commit d9c6417f5d
8 changed files with 3 additions and 50 deletions

View file

@ -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'),