mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +00:00
initial WIP for php8; bump php version requirement to 7.0
This commit is contained in:
@@ -284,7 +284,7 @@
|
||||
if (!isset($options["pidlock"]) || $options["task"] == 0)
|
||||
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["cleanup-tags"])) {
|
||||
|
||||
Reference in New Issue
Block a user