aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-20 21:31:44 -0700
committerzotlabs <mike@macgirvin.com>2017-04-20 21:31:44 -0700
commit1d19ea4a336156f8b99b97c4c987d1210aa41497 (patch)
tree8ebba006b50afa8c6e543d432b312ba87b859323 /include/feedutils.php
parent0d9b6ebc360ba13e760124490ef350a9b9cf2d38 (diff)
downloadvolse-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.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']) {