return;
}
- // Why do we need this on the display page? We don't have the possibility to write new content here.
- // Ad editing of posts work without this as well.
- // We should remove this completely for the 3.5.1 release.
- /*
+ // We meed the editor here if we want to reshare an item.
+
if ($is_owner) {
$x = array(
'is_owner' => true,
);
$o .= status_editor($a,$x,0,true);
}
- */
$sql_extra = item_permissions_sql($a->profile['uid'],$remote_contact,$groups);