]> git.mxchange.org Git - friendica.git/commitdiff
add jotnets for sharing posts
authorrabuzarus <>
Sun, 12 Jul 2015 15:52:25 +0000 (17:52 +0200)
committerrabuzarus <>
Sun, 12 Jul 2015 15:52:25 +0000 (17:52 +0200)
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(),