aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-22 03:55:11 -0700
committerfriendica <info@friendica.com>2012-05-22 03:55:11 -0700
commit3ce06caeed2e817fe401c4d8283beea17d8a34e4 (patch)
treed17dd79f4959c1a5817473d7e73427c4fbee25be /include/items.php
parentf29f861d25c443075c1bd310313aaf52596402a3 (diff)
downloadvolse-hubzilla-3ce06caeed2e817fe401c4d8283beea17d8a34e4.tar.gz
volse-hubzilla-3ce06caeed2e817fe401c4d8283beea17d8a34e4.tar.bz2
volse-hubzilla-3ce06caeed2e817fe401c4d8283beea17d8a34e4.zip
cause of bogus wall-to-wall posts found
Diffstat (limited to 'include/items.php')
-rw-r--r--include/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 91c9056fe..e5b640fd2 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;