Just some empty line

This commit is contained in:
Michael 2017-11-02 07:50:09 +00:00
parent 5326b30ad1
commit 82a3e0558c
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ class Item extends BaseObject {
? t('Private Message')
: false);
$shareable = ((($conv->get_profile_owner() == local_user()) && ($item['private'] != 1)) ? true : false);
if (local_user() && link_compare($a->contact['url'],$item['author-link'])) {
if ($item["event-id"] != 0) {
$edpost = array("events/event/".$item['event-id'], t("Edit"));