diff options
author | marijus <mario@mariovavti.com> | 2015-02-05 21:46:46 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-02-05 21:46:46 +0100 |
commit | 1abb17c88050264168b6e6ff493e73ecd12706c1 (patch) | |
tree | 1b2506be1ef8d8a1102c7bf0c90ab16a758f7a30 | |
parent | 1d5321798af534368a6f902a109f8efd3c53bd6b (diff) | |
download | volse-hubzilla-1abb17c88050264168b6e6ff493e73ecd12706c1.tar.gz volse-hubzilla-1abb17c88050264168b6e6ff493e73ecd12706c1.tar.bz2 volse-hubzilla-1abb17c88050264168b6e6ff493e73ecd12706c1.zip |
typo
-rw-r--r-- | include/attach.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index 1b89480b3..f61fea9a5 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1244,7 +1244,7 @@ function recursive_activity_recipients($allow_cid, $allow_gid, $deny_cid, $deny_ $r_arr_deny_cid = array_unique($r_arr_deny_cid); //if none is allowed restrict to self - if(($r_arr_allow_gid === false) && ($r_arr_allow_gid === false)) { + if(($r_arr_allow_gid === false) && ($r_arr_allow_cid === false)) { $ret['allow_cid'] = $poster['xchan_hash']; } else { $ret['allow_gid'] = $r_arr_allow_gid; |