diff options
author | git-marijus <mario@mariovavti.com> | 2017-04-21 09:24:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-21 09:24:58 +0200 |
commit | 1d271ee771afd69d363dcae0223a891c6503f86a (patch) | |
tree | 8ebba006b50afa8c6e543d432b312ba87b859323 | |
parent | 35110b6327514adbee7d930cd9d934a08e194c40 (diff) | |
parent | 1d19ea4a336156f8b99b97c4c987d1210aa41497 (diff) | |
download | volse-hubzilla-1d271ee771afd69d363dcae0223a891c6503f86a.tar.gz volse-hubzilla-1d271ee771afd69d363dcae0223a891c6503f86a.tar.bz2 volse-hubzilla-1d271ee771afd69d363dcae0223a891c6503f86a.zip |
Merge pull request #728 from zotlabs/typo1
Typo1
-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']) { |