]> git.mxchange.org Git - friendica.git/commitdiff
Just some empty line
authorMichael <heluecht@pirati.ca>
Thu, 2 Nov 2017 07:50:09 +0000 (07:50 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 2 Nov 2017 07:50:09 +0000 (07:50 +0000)
object/Item.php

index 35421ac3e52209acf34dff5a9cd25250f24a386f..4f89ea804c92eac4cdf3361a16a890b7e2e262ec 100644 (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"));