]> git.mxchange.org Git - friendica.git/commitdiff
Tabs instead of spaces
authorMichael <heluecht@pirati.ca>
Wed, 13 Jun 2018 12:53:56 +0000 (12:53 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 13 Jun 2018 12:53:56 +0000 (12:53 +0000)
mod/share.php

index ac708c40f11b6fb6ce4970c82ee06cfb3e1d40c5..7eb588112b90ecf2fe00fabcfaf02364abf71f17 100644 (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();