From d9a48092e690f582585d939f5b193aedd4bcebfb Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 20 Apr 2017 21:26:36 -0700 Subject: [PATCH 1/3] typo --- include/feedutils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) { From 0d9b6ebc360ba13e760124490ef350a9b9cf2d38 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 20 Apr 2017 21:30:29 -0700 Subject: [PATCH 2/3] Revert "typo" - wrong repo This reverts commit d9a48092e690f582585d939f5b193aedd4bcebfb. --- include/feedutils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) { From 1d19ea4a336156f8b99b97c4c987d1210aa41497 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 20 Apr 2017 21:31:44 -0700 Subject: [PATCH 3/3] typo - this time the correct repo --- include/feedutils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) {