]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Profile.php
Use visibility tags input for the default ACL selector
[friendica.git] / src / Module / Profile.php
index aab5918567fbab92582531c7967e1ced93bc32d1..db1a6f86b3db44e4674aeb8394772f12d6373df0 100644 (file)
@@ -208,7 +208,7 @@ class Profile extends BaseModule
                                                || strlen($a->user['deny_cid'])
                                                || strlen($a->user['deny_gid'])
                                        ) ? 'lock' : 'unlock',
-                                       'acl' => $is_owner ? ACL::getFullSelectorHTML($a->user, true) : '',
+                                       'acl' => $is_owner ? ACL::getFullSelectorHTML($a->page, $a->user, true) : '',
                                        'bang' => '',
                                        'visitor' => $is_owner || $commvisitor ? 'block' : 'none',
                                        'profile_uid' => $a->profile['profile_uid'],