From a83cdbeb39a915f77d24b316ce63197e0f5ca2d3 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 16 Mar 2016 22:02:19 -0700 Subject: typo --- include/follow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/follow.php b/include/follow.php index 319e9e41b..a428bd2a3 100644 --- a/include/follow.php +++ b/include/follow.php @@ -175,7 +175,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false) return $result; } - $allowed = ($r[0]['xchan_network'] === 'zot' || $r[0]['xchan_network'] === 'rss') ? 1 : 0); + $allowed = (($r[0]['xchan_network'] === 'zot' || $r[0]['xchan_network'] === 'rss') ? 1 : 0); $x = array('channel_id' => $uid, 'follow_address' => $url, 'xchan' => $r[0], 'allowed' => $allowed, 'singleton' => 0); -- cgit v1.2.3