mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
add plugin to cache images in starred articles; pass article_id to
sanitize
This commit is contained in:
@@ -390,6 +390,11 @@ class Handler_Public extends Handler {
|
||||
}
|
||||
}
|
||||
|
||||
function updateTask() {
|
||||
|
||||
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", $op);
|
||||
}
|
||||
|
||||
function globalUpdateFeeds() {
|
||||
RPC::updaterandomfeed_real($this->dbh);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user