From 5ddc3e274df05d2c6b6943152063b23b99e90f5b Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 20 Jan 2017 15:58:12 -0500 Subject: lib: Upgrade php-publisher from ??? to a5d6a0e (2016-11-15) https://github.com/pubsubhubbub/php-publisher Signed-off-by: Anders Kaseorg --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index ce7627d5a..de93267ee 100755 --- a/include/functions.php +++ b/include/functions.php @@ -140,7 +140,7 @@ define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . VERSION . ' (http://tt-rss.org/)'); ini_set('user_agent', SELF_USER_AGENT); - require_once 'lib/pubsubhubbub/publisher.php'; + require_once 'lib/pubsubhubbub/Publisher.php'; $schema_version = false; -- cgit v1.2.3 From becd215a75af95117b3bf35ca236e3dae5a124d6 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 20 Jan 2017 15:59:48 -0500 Subject: lib: Upgrade php-subscriber from ??? to 1213f89 (2016-11-15) https://github.com/pubsubhubbub/php-subscriber Signed-off-by: Anders Kaseorg --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 6c342971f..fbb26ef90 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -595,7 +595,7 @@ if ($feed_hub_url && $feed_self_url && function_exists('curl_init') && !ini_get("open_basedir")) { - require_once 'lib/pubsubhubbub/subscriber.php'; + require_once 'lib/pubsubhubbub/Subscriber.php'; $callback_url = get_self_url_prefix() . "/public.php?op=pubsub&id=$feed"; -- cgit v1.2.3