summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index e7c9f57dd..c74eb08f8 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