summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAnders Kaseorg <[email protected]>2017-01-20 15:58:12 -0500
committerAnders Kaseorg <[email protected]>2017-01-21 15:01:14 -0500
commit5ddc3e274df05d2c6b6943152063b23b99e90f5b (patch)
treef2d3fd30ea2d688d3284552741b287c62a95322f /include/functions.php
parente0c232b8f1235eaf2429f2e41fee3bb7d716ce98 (diff)
lib: Upgrade php-publisher from ??? to a5d6a0e (2016-11-15)
https://github.com/pubsubhubbub/php-publisher Signed-off-by: Anders Kaseorg <[email protected]>
Diffstat (limited to 'include/functions.php')
-rwxr-xr-xinclude/functions.php2
1 files changed, 1 insertions, 1 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;