From 1abb17c88050264168b6e6ff493e73ecd12706c1 Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 5 Feb 2015 21:46:46 +0100 Subject: typo --- include/attach.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3