aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-20 21:26:36 -0700
committerzotlabs <mike@macgirvin.com>2017-04-20 21:26:36 -0700
commitd9a48092e690f582585d939f5b193aedd4bcebfb (patch)
tree8ebba006b50afa8c6e543d432b312ba87b859323 /include/feedutils.php
parent35110b6327514adbee7d930cd9d934a08e194c40 (diff)
downloadvolse-hubzilla-d9a48092e690f582585d939f5b193aedd4bcebfb.tar.gz
volse-hubzilla-d9a48092e690f582585d939f5b193aedd4bcebfb.tar.bz2
volse-hubzilla-d9a48092e690f582585d939f5b193aedd4bcebfb.zip
typo
Diffstat (limited to 'include/feedutils.php')
-rw-r--r--include/feedutils.php2
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']) {