]> git.wh0rd.org - tt-rss.git/commitdiff
add fetch_url and owner_uid to HOOK_FEED_FETCHED
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 18 May 2013 05:22:06 +0000 (09:22 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 18 May 2013 05:22:06 +0000 (09:22 +0400)
include/rssfuncs.php

index e7c9f57dde38d1842d5989007b41be8c4d5b5ae4..c74eb08f80554bf2e55de9fbe07b505ccadd24da 100644 (file)
                $pluginhost->load_data();
 
                foreach ($pluginhost->get_hooks(PluginHost::HOOK_FEED_FETCHED) as $plugin) {
-                       $feed_data = $plugin->hook_feed_fetched($feed_data);
+                       $feed_data = $plugin->hook_feed_fetched($feed_data, $fetch_url, $owner_uid);
                }
 
                // set last update to now so if anything *simplepie* crashes later we won't be