diff options
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 3 |
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) { |