aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-24 20:43:33 -0800
committerfriendica <info@friendica.com>2013-01-24 20:43:33 -0800
commit50433d857ae5b04ae5f3f381889d8450fe9699f5 (patch)
tree7a7c8f770fc7861de72956a55aa1b367ba728f66 /include/zot.php
parent99c40ce388fe7666e38372fd1d0006cff7f7fcc8 (diff)
downloadvolse-hubzilla-50433d857ae5b04ae5f3f381889d8450fe9699f5.tar.gz
volse-hubzilla-50433d857ae5b04ae5f3f381889d8450fe9699f5.tar.bz2
volse-hubzilla-50433d857ae5b04ae5f3f381889d8450fe9699f5.zip
quick-n-dirty wall-to-wall detection, wasn't working at all - this may be overboard or it may still not work at all.
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/zot.php b/include/zot.php
index 2c7de9290..827ab2053 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -770,12 +770,11 @@ function zot_import($arr) {
// We found somebody on this site that's in the recipient list.
-
}
else {
logger('public post');
- // Public post. look for any site members who are accepting posts from this sender
+ // Public post. look for any site members who are or may be accepting posts from this sender
$deliveries = public_recips($i);
}
if(! $deliveries) {