]> git.mxchange.org Git - friendica.git/blobdiff - mod/share.php
Tabs instead of spaces
[friendica.git] / 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();