aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-16 22:02:19 -0700
committerredmatrix <git@macgirvin.com>2016-03-16 22:02:19 -0700
commita83cdbeb39a915f77d24b316ce63197e0f5ca2d3 (patch)
treed68b658afe436524c90b7e06ffaffd742c734d3e /include
parent6d4fe5c56f44112c88de3053bc1982e348925a32 (diff)
downloadvolse-hubzilla-a83cdbeb39a915f77d24b316ce63197e0f5ca2d3.tar.gz
volse-hubzilla-a83cdbeb39a915f77d24b316ce63197e0f5ca2d3.tar.bz2
volse-hubzilla-a83cdbeb39a915f77d24b316ce63197e0f5ca2d3.zip
typo
Diffstat (limited to 'include')
-rw-r--r--include/follow.php2
1 files changed, 1 insertions, 1 deletions
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);