From 358bcdd881741c43d45c41ac7f13071f02f1045c Mon Sep 17 00:00:00 2001 From: wn Date: Sat, 12 Dec 2020 09:39:49 -0600 Subject: Fix passing options to plugins in 'update.php'. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 95f19d022..d60b1a6a5 100755 --- a/update.php +++ b/update.php @@ -239,7 +239,7 @@ RSSUtils::update_daemon_common(DAEMON_FEED_LIMIT, $options); RSSUtils::housekeeping_common(); - PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", $op); + PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", $options); } if (isset($options["daemon"])) { -- cgit v1.2.3