From ed38808aae6585bb6c31a18788f0290812bae2f8 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 10 Feb 2012 17:30:22 +0100 Subject: hidden jot in "display" to allow reshare --- mod/display.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/display.php') diff --git a/mod/display.php b/mod/display.php index 02f080a79..79eaf3717 100755 --- a/mod/display.php +++ b/mod/display.php @@ -66,6 +66,10 @@ function display_content(&$a) { notice( t('Access to this profile has been restricted.') . EOL); return; } + + if ($is_owner) + $o .= status_editor($a,$x,0,true); + $sql_extra = permissions_sql($a->profile['uid'],$remote_contact,$groups); -- cgit v1.2.3