summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorfox <[email protected]>2020-12-16 11:06:48 +0000
committerGogs <[email protected]>2020-12-16 11:06:48 +0000
commitef7e67936350fce7b29499d6917d2a577105c779 (patch)
tree2f0ea59f0fc41d2ffed49c78214de69ae6b54d76 /update.php
parentb4b2ba99effc4c6f8465e907bf95b6c2f6452fdb (diff)
parent62da307ef147b32eb214edecf1541f8ce896a700 (diff)
Merge branch 'feature/php8' of wn/tt-rss into master
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"])) {