summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnders Kaseorg <[email protected]>2017-01-20 15:59:48 -0500
committerAnders Kaseorg <[email protected]>2017-01-21 15:01:14 -0500
commitbecd215a75af95117b3bf35ca236e3dae5a124d6 (patch)
treec728a7e6706cc5417bfbfe733f6ebc756c4d17f7 /include
parent5ddc3e274df05d2c6b6943152063b23b99e90f5b (diff)
lib: Upgrade php-subscriber from ??? to 1213f89 (2016-11-15)
https://github.com/pubsubhubbub/php-subscriber Signed-off-by: Anders Kaseorg <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
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";