diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-11 17:52:03 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-11 17:52:03 -0700 |
commit | 6acd96fd33038f0e3535af6861d1ba658098abc8 (patch) | |
tree | fc8664f8dd0b8a13081750d4c2f50c0e63c59afb /include | |
parent | a652e546cccf270f8e837a549fb31b9d619239b5 (diff) | |
download | volse-hubzilla-6acd96fd33038f0e3535af6861d1ba658098abc8.tar.gz volse-hubzilla-6acd96fd33038f0e3535af6861d1ba658098abc8.tar.bz2 volse-hubzilla-6acd96fd33038f0e3535af6861d1ba658098abc8.zip |
typo
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index b6df6bca8..da1f3bfa1 100644 --- a/include/zot.php +++ b/include/zot.php @@ -312,6 +312,7 @@ function zot_refresh($them, $channel = null, $force = false) { logger('zot_refresh: ' . $url, LOGGER_DATA, LOG_INFO); + $result = z_post_url($url . $rhs,$postvars); if ($result['success']) { @@ -4045,7 +4046,7 @@ function zotinfo($arr) { $id = $e['channel_id']; - $x = [ 'channel_id' => $id, 'protocols' => 'zot' ]; + $x = [ 'channel_id' => $id, 'protocols' => ['zot'] ]; call_hooks('channel_protocols',$x); $protocols = $x['protocols']; |