add fetch_url and owner_uid to HOOK_FEED_FETCHED

This commit is contained in:
Andrew Dolgov 2013-05-18 09:22:06 +04:00
parent 2f6b75d574
commit 47673e6611
1 changed files with 1 additions and 1 deletions

View File

@ -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