diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-10 17:30:22 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-10 17:30:22 +0100 |
commit | ed38808aae6585bb6c31a18788f0290812bae2f8 (patch) | |
tree | bf192070db0b2f751c0480d864e15084310fbcdd /mod/display.php | |
parent | 84805501449aa03e86d985f3e2d9734184cea0db (diff) | |
download | volse-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-x | mod/display.php | 4 |
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); |