diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/follow.php | 3 | ||||
-rwxr-xr-x | include/items.php | 2 |
2 files changed, 2 insertions, 3 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']); diff --git a/include/items.php b/include/items.php index c807c1d5d..a14e47e0f 100755 --- a/include/items.php +++ b/include/items.php @@ -161,7 +161,7 @@ function filter_insecure($channel_id, $arr) { $ret = array(); - if((! intval(get_config($channel_id, 'system', 'filter_insecure_collections'))) || (! $arr)) + if((! intval(get_pconfig($channel_id, 'system', 'filter_insecure_collections'))) || (! $arr)) return $arr; $str = ''; |