diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-20 21:30:29 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-20 21:30:29 -0700 |
commit | 0d9b6ebc360ba13e760124490ef350a9b9cf2d38 (patch) | |
tree | 42ca98195d4856533a093a4e6cf112b3287b70a8 /include | |
parent | d9a48092e690f582585d939f5b193aedd4bcebfb (diff) | |
download | volse-hubzilla-0d9b6ebc360ba13e760124490ef350a9b9cf2d38.tar.gz volse-hubzilla-0d9b6ebc360ba13e760124490ef350a9b9cf2d38.tar.bz2 volse-hubzilla-0d9b6ebc360ba13e760124490ef350a9b9cf2d38.zip |
Revert "typo" - wrong repo
This reverts commit d9a48092e690f582585d939f5b193aedd4bcebfb.
Diffstat (limited to 'include')
-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 af382be44..0e6978d39 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']) { |