typo - this time the correct repo

This commit is contained in:
zotlabs 2017-04-20 21:31:44 -07:00
parent 0d9b6ebc36
commit 1d19ea4a33

View File

@ -63,7 +63,7 @@ function get_public_feed($channel, $params) {
*/ */
function get_feed_for($channel, $observer_hash, $params) { function get_feed_for($channel, $observer_hash, $params) {
if(! channel) if(! $channel)
http_status_exit(401); http_status_exit(401);
if($params['pages']) { if($params['pages']) {