diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-20 21:31:44 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-20 21:31:44 -0700 |
commit | 1d19ea4a336156f8b99b97c4c987d1210aa41497 (patch) | |
tree | 8ebba006b50afa8c6e543d432b312ba87b859323 /include/feedutils.php | |
parent | 0d9b6ebc360ba13e760124490ef350a9b9cf2d38 (diff) | |
download | volse-hubzilla-1d19ea4a336156f8b99b97c4c987d1210aa41497.tar.gz volse-hubzilla-1d19ea4a336156f8b99b97c4c987d1210aa41497.tar.bz2 volse-hubzilla-1d19ea4a336156f8b99b97c4c987d1210aa41497.zip |
typo - this time the correct repo
Diffstat (limited to 'include/feedutils.php')
-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']) { |