Just some empty line
This commit is contained in:
parent
5326b30ad1
commit
82a3e0558c
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ class Item extends BaseObject {
|
||||||
? t('Private Message')
|
? t('Private Message')
|
||||||
: false);
|
: false);
|
||||||
$shareable = ((($conv->get_profile_owner() == local_user()) && ($item['private'] != 1)) ? true : 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 (local_user() && link_compare($a->contact['url'],$item['author-link'])) {
|
||||||
if ($item["event-id"] != 0) {
|
if ($item["event-id"] != 0) {
|
||||||
$edpost = array("events/event/".$item['event-id'], t("Edit"));
|
$edpost = array("events/event/".$item['event-id'], t("Edit"));
|
||||||
|
|
Loading…
Reference in a new issue