diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-20 21:26:36 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-20 21:26:36 -0700 |
commit | d9a48092e690f582585d939f5b193aedd4bcebfb (patch) | |
tree | 8ebba006b50afa8c6e543d432b312ba87b859323 | |
parent | 35110b6327514adbee7d930cd9d934a08e194c40 (diff) | |
download | volse-hubzilla-d9a48092e690f582585d939f5b193aedd4bcebfb.tar.gz volse-hubzilla-d9a48092e690f582585d939f5b193aedd4bcebfb.tar.bz2 volse-hubzilla-d9a48092e690f582585d939f5b193aedd4bcebfb.zip |
typo
-rw-r--r-- | include/feedutils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feedutils.php b/include/feedutils.php index 0e6978d39..af382be44 100644 --- a/include/feedutils.php +++ b/include/feedutils.php @@ -63,7 +63,7 @@ function get_public_feed($channel, $params) { */ function get_feed_for($channel, $observer_hash, $params) { - if(! channel) + if(! $channel) http_status_exit(401); if($params['pages']) { |