From 5ddc3e274df05d2c6b6943152063b23b99e90f5b Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 20 Jan 2017 15:58:12 -0500 Subject: lib: Upgrade php-publisher from ??? to a5d6a0e (2016-11-15) https://github.com/pubsubhubbub/php-publisher Signed-off-by: Anders Kaseorg --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3-54-g00ecf