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-54-g00ecf