diff options
author | Mario <mario@mariovavti.com> | 2021-01-16 09:17:45 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-16 09:17:45 +0000 |
commit | 0d544e2294149efe5f442fa1191c02f241b85b6a (patch) | |
tree | 1f0eca68c6bca491938d45ce06002b4e538a2ca4 /include/items.php | |
parent | 395b42778779b657749f96c83286f493fd0ccba2 (diff) | |
download | volse-hubzilla-0d544e2294149efe5f442fa1191c02f241b85b6a.tar.gz volse-hubzilla-0d544e2294149efe5f442fa1191c02f241b85b6a.tar.bz2 volse-hubzilla-0d544e2294149efe5f442fa1191c02f241b85b6a.zip |
wrong logic
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index d89290e2f..610727f30 100755 --- a/include/items.php +++ b/include/items.php @@ -130,7 +130,7 @@ function collect_recipients($item, &$private_envelope,$include_groups = true) { case 'sit': case 'any': case 'con': - if(in_array($rr['xchan_network'], ['zot6', 'zot'])) + if(!in_array($rr['xchan_network'], ['zot6', 'zot'])) break; case 'pub': case '': |