]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
Issue 11969: Only use the simple share with federated posts
[friendica.git] / mod / item.php
index 4dc1d77ce31708fc7541b7f7d585d9987a9dfec3..6c01cdbc1852b234dcdd15aa58d85dbed78eeb35 100644 (file)
@@ -401,7 +401,7 @@ function item_post(App $a) {
                $body              = $item['body'];
                $inform            = $item['inform'];
                $postopts          = $item['postopts'];
-               $private           = $item['private']; 
+               $private           = $item['private'];
                $str_contact_allow = $item['allow_cid'];
                $str_group_allow   = $item['allow_gid'];
                $str_contact_deny  = $item['deny_cid'];