hidden jot in "display" to allow reshare
This commit is contained in:
parent
8480550144
commit
ed38808aae
3 changed files with 16 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue