]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
The autofollow option is moved from the addons to the core.
[friendica.git] / mod / display.php
index 60dfdeff2bf0772b92c8ae7c54abb5bdffaab5c8..95f248bfe5a706d3577f66384e435beea6d32341 100644 (file)
@@ -351,7 +351,7 @@ function display_content(&$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' => populate_acl($a->user),
+                       'acl' => populate_acl($a->user, true),
                        'bang' => '',
                        'visitor' => 'block',
                        'profile_uid' => local_user(),