diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-03 21:13:17 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-03 21:13:17 -0700 |
commit | 6826b4ad32ce4b2799188f3baf4f99faec03cd0f (patch) | |
tree | 76c1a2eb1b6caa3c242711ac8c884c3328643482 /include/follow.php | |
parent | ae15dde8fb657a9fd842600e3932d7f2b410eb70 (diff) | |
download | volse-hubzilla-6826b4ad32ce4b2799188f3baf4f99faec03cd0f.tar.gz volse-hubzilla-6826b4ad32ce4b2799188f3baf4f99faec03cd0f.tar.bz2 volse-hubzilla-6826b4ad32ce4b2799188f3baf4f99faec03cd0f.zip |
these were some really difficult bugs to find
Diffstat (limited to 'include/follow.php')
-rw-r--r-- | include/follow.php | 3 |
1 files changed, 1 insertions, 2 deletions
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']); |