From: Andrew Dolgov Date: Sat, 18 May 2013 05:22:06 +0000 (+0400) Subject: add fetch_url and owner_uid to HOOK_FEED_FETCHED X-Git-Tag: 1.8~92 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=47673e66115695c5a73d8e04972ee9062fab3e64;p=tt-rss.git add fetch_url and owner_uid to HOOK_FEED_FETCHED --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index e7c9f57d..c74eb08f 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -342,7 +342,7 @@ $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