summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-21 23:06:35 +0300
committerAndrew Dolgov <[email protected]>2017-01-21 23:06:35 +0300
commit0047f2578f126cb6de2eed928e86ed7340c3854d (patch)
treef0232c896bfd89b4ff5d9f57402cb14c9693660d /include
parent6be7fe00aeb5f7dbed1f6ed6fd84f316032cfa0a (diff)
parent566e8574fb4fe2325069625557eb34e8f619c2e4 (diff)
Merge branch 'lib-upgrades' into 'master'
Third-party library upgrades * lib: Upgrade php-gettext from 1.0.11 to 1.0.12 * lib: Upgrade accept-to-gettext.php from 2003-08-14 to 2007-04-01 * lib: Upgrade JShrink from 0.5.1 to 1.1.0 * lib: Upgrade mobile-detect from svn r44 (2012-05-03) to 2.8.24 (2016-11-11) * lib: Upgrade php-publisher from ??? to a5d6a0e (2016-11-15) * lib: Upgrade php-subscriber from ??? to 1213f89 (2016-11-15) * lib: Upgrade script.aculo.us from 1.8.3 to 1.9.0 * lib: Upgrade timezones.txt from 2010k/l/m/n/2011a to 2016j See merge request !40
Diffstat (limited to 'include')
-rwxr-xr-xinclude/functions.php2
-rw-r--r--include/rssfuncs.php2
2 files changed, 2 insertions, 2 deletions
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;
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";