From 6826b4ad32ce4b2799188f3baf4f99faec03cd0f Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 3 Aug 2015 21:13:17 -0700 Subject: these were some really difficult bugs to find --- include/follow.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/follow.php') diff --git a/include/follow.php b/include/follow.php index 1e5df4cd5..54e16703d 100644 --- a/include/follow.php +++ b/include/follow.php @@ -265,8 +265,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false) ); if($r) { $result['abook'] = $r[0]; - if($is_red) - proc_run('php', 'include/notifier.php', 'permission_update', $result['abook']['abook_id']); + proc_run('php', 'include/notifier.php', 'permission_update', $result['abook']['abook_id']); } $arr = array('channel_id' => $uid, 'abook' => $result['abook']); -- cgit v1.2.3