]> git.wh0rd.org - tt-rss.git/blobdiff - include/rssfuncs.php
lib: Upgrade php-subscriber from ??? to 1213f89 (2016-11-15)
[tt-rss.git] / include / rssfuncs.php
index 6c342971fc9b73bc93094cdeb3633d1f0be9649c..fbb26ef9086cfe5411347e6453d1d248a1b0eda0 100644 (file)
                                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";