add fetch_url and owner_uid to HOOK_FEED_FETCHED
This commit is contained in:
parent
2f6b75d574
commit
47673e6611
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue