]> git.mxchange.org Git - friendica.git/commitdiff
cause of bogus wall-to-wall posts found
authorfriendica <info@friendica.com>
Tue, 22 May 2012 10:55:11 +0000 (03:55 -0700)
committerfriendica <info@friendica.com>
Tue, 22 May 2012 10:55:11 +0000 (03:55 -0700)
include/items.php

index 91c9056fe872084e1d050d3dc7f146d3bf5fd41a..e5b640fd2327c29b9b87c5f1c563b734dfc42408 100644 (file)
@@ -1010,7 +1010,7 @@ function tag_deliver($uid,$item_id) {
                'otype'        => 'item'
        ));
 
-       if((! $community_page) && (! prvgroup))
+       if((! $community_page) && (! $prvgroup))
                return;