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
+1 -2
View File
@@ -313,9 +313,8 @@ function display_content(App $a, $update = false, $update_uid = 0) {
'bang' => '',
'visitor' => 'block',
'profile_uid' => local_user(),
'acl_data' => construct_acl_data($a, $a->user), // For non-Javascript ACL selector
);
$o .= status_editor($a,$x,0,true);
$o .= status_editor($a, $x, 0, true);
}
$sql_extra = item_permissions_sql($a->profile['uid'], $remote_contact, $groups);