From: friendica Date: Tue, 22 May 2012 10:55:11 +0000 (-0700) Subject: cause of bogus wall-to-wall posts found X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ce06caeed2e817fe401c4d8283beea17d8a34e4;p=friendica.git cause of bogus wall-to-wall posts found --- diff --git a/include/items.php b/include/items.php index 91c9056fe8..e5b640fd23 100644 --- a/include/items.php +++ b/include/items.php @@ -1010,7 +1010,7 @@ function tag_deliver($uid,$item_id) { 'otype' => 'item' )); - if((! $community_page) && (! prvgroup)) + if((! $community_page) && (! $prvgroup)) return;