Tabs instead of spaces

This commit is contained in:
Michael 2018-06-13 12:53:56 +00:00
parent a4607f8d1c
commit 0bdd133ebb
1 changed files with 1 additions and 1 deletions

View File

@ -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();