summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorwn <[email protected]>2020-12-12 09:39:49 -0600
committerwn <[email protected]>2020-12-12 10:28:43 -0600
commit358bcdd881741c43d45c41ac7f13071f02f1045c (patch)
tree9ff73dfaff4d11506a3652a3c1d42f3b01e98a7e /update.php
parent65254f5db47ce3fb8ce1bf9c4bbda2cd6f977cf8 (diff)
Fix passing options to plugins in 'update.php'.
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 1 insertions, 1 deletions
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"])) {