hidden jot in "display" to allow reshare

This commit is contained in:
Fabio Comuni 2012-02-10 17:30:22 +01:00
commit ed38808aae
3 changed files with 16 additions and 3 deletions

View file

@ -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);