]> git.mxchange.org Git - friendica.git/blobdiff - mod/settings.php
Merge pull request #7876 from MrPetovan/task/7308-backport-compose-acl
[friendica.git] / mod / settings.php
index 45867c7ef9b066b09c8640fb6e562fac2b390de3..c7fcbc0e5c3afdf09a47ec891f92b8e5e3c9137f 100644 (file)
@@ -1206,7 +1206,7 @@ function settings_content(App $a)
                '$permissions' => L10n::t('Default Post Permissions'),
                '$permdesc' => L10n::t("\x28click to open/close\x29"),
                '$visibility' => $profile['net-publish'],
-               '$aclselect' => ACL::getFullSelectorHTML($a->user),
+               '$aclselect' => ACL::getFullSelectorHTML($a->page, $a->user),
                '$suggestme' => $suggestme,
                '$blockwall'=> $blockwall, // array('blockwall', L10n::t('Allow friends to post to your profile page:'), !$blockwall, ''),
                '$blocktags'=> $blocktags, // array('blocktags', L10n::t('Allow friends to tag your posts:'), !$blocktags, ''),