]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
lib: Upgrade php-publisher from ??? to a5d6a0e (2016-11-15)
[tt-rss.git] / include / functions.php
index ce7627d5a77cd859600304b989c359a4b50e651e..de93267eecf0ec6a90b93ed6e0eeb46cf0234160 100755 (executable)
        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;