]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Use visibility tags input for the default ACL selector
[friendica.git] / mod / community.php
index 81857c6d3a0d64a3cacd78940a0864bf20edaf35..4d98f0c4fa24d6dabd74ad7097bb34e1b240f168 100644 (file)
@@ -125,7 +125,7 @@ function community_content(App $a, $update = 0)
                                'default_location' => $a->user['default-location'],
                                'nickname' => $a->user['nickname'],
                                'lockstate' => (is_array($a->user) && (strlen($a->user['allow_cid']) || strlen($a->user['allow_gid']) || strlen($a->user['deny_cid']) || strlen($a->user['deny_gid'])) ? 'lock' : 'unlock'),
-                               'acl' => ACL::getFullSelectorHTML($a->user, true),
+                               'acl' => ACL::getFullSelectorHTML($a->page, $a->user, true),
                                'bang' => '',
                                'visitor' => 'block',
                                'profile_uid' => local_user(),