]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Use visibility tags input for the default ACL selector
[friendica.git] / mod / display.php
index 12fa8d7ecefb9c320e71b641b2f0e9af216cc2d0..175616f98d9c4ef77a292773d67b95dbc0d25c80 100644 (file)
@@ -304,7 +304,7 @@ function display_content(App $a, $update = false, $update_uid = 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(),