aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-02-10 17:30:22 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-02-10 17:30:22 +0100
commited38808aae6585bb6c31a18788f0290812bae2f8 (patch)
treebf192070db0b2f751c0480d864e15084310fbcdd /mod/display.php
parent84805501449aa03e86d985f3e2d9734184cea0db (diff)
downloadvolse-hubzilla-ed38808aae6585bb6c31a18788f0290812bae2f8.tar.gz
volse-hubzilla-ed38808aae6585bb6c31a18788f0290812bae2f8.tar.bz2
volse-hubzilla-ed38808aae6585bb6c31a18788f0290812bae2f8.zip
hidden jot in "display" to allow reshare
Diffstat (limited to 'mod/display.php')
-rwxr-xr-xmod/display.php4
1 files changed, 4 insertions, 0 deletions
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);