Tabs instead of spaces
This commit is contained in:
parent
a4607f8d1c
commit
0bdd133ebb
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue