]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Merge pull request #607 from fermionic/20130204-attach-types-are-too-coarse
[friendica.git] / mod / display.php
index 2ac1c369ebc33cc2852a25b6573d7fbe236e4ed4..2c9243a217b48211cbcbf00c015b2406bf2d0a3d 100644 (file)
@@ -112,8 +112,9 @@ function display_content(&$a, $update = 0) {
                        'acl' => populate_acl($a->user, $celeb),
                        'bang' => '',
                        'visitor' => 'block',
-                       'profile_uid' => local_user()
-               );      
+                       'profile_uid' => local_user(),
+                       'acl_data' => construct_acl_data($a, $a->user), // For non-Javascript ACL selector
+               );
                $o .= status_editor($a,$x,0,true);
        }