X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdisplay.php;h=97261e267d659bc882eede5e00ea313ccc571581;hb=27905cc21a523d052a0148c9802a64d6dfd9d0d2;hp=4e33927072bdf8123e17abc7a485a22dd768666a;hpb=4cac6a744f342c2e4ea3ca3557be710079c0e4f8;p=friendica.git diff --git a/mod/display.php b/mod/display.php index 4e33927072..97261e267d 100644 --- a/mod/display.php +++ b/mod/display.php @@ -347,10 +347,8 @@ function display_content(&$a, $update = 0) { return; } - // Why do we need this on the display page? We don't have the possibility to write new content here. - // Ad editing of posts work without this as well. - // We should remove this completely for the 3.5.1 release. - /* + // We need the editor here to be able to reshare an item. + if ($is_owner) { $x = array( 'is_owner' => true, @@ -366,7 +364,6 @@ function display_content(&$a, $update = 0) { ); $o .= status_editor($a,$x,0,true); } - */ $sql_extra = item_permissions_sql($a->profile['uid'],$remote_contact,$groups);