mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
add fetch_url and owner_uid to HOOK_FEED_FETCHED
This commit is contained in:
@@ -342,7 +342,7 @@
|
|||||||
$pluginhost->load_data();
|
$pluginhost->load_data();
|
||||||
|
|
||||||
foreach ($pluginhost->get_hooks(PluginHost::HOOK_FEED_FETCHED) as $plugin) {
|
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
|
// set last update to now so if anything *simplepie* crashes later we won't be
|
||||||
|
|||||||
Reference in New Issue
Block a user