From 0bdd133ebbbb7b61d16f96ba830bfe2f996d159f Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 13 Jun 2018 12:53:56 +0000 Subject: [PATCH] Tabs instead of spaces --- mod/share.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/share.php b/mod/share.php index ac708c40f1..7eb588112b 100644 --- a/mod/share.php +++ b/mod/share.php @@ -13,7 +13,7 @@ function share_init(App $a) { $fields = ['private', 'body', 'author-name', 'author-link', 'author-avatar', 'guid', 'created', 'plink', 'title']; - $item = Item::selectFirst(local_user(), $fields, ['id' => $post_id]); + $item = Item::selectFirst(local_user(), $fields, ['id' => $post_id]); if (!DBM::is_result($item) || $item['private']) { killme();