1
0
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:
Andrew Dolgov
2013-08-02 14:04:14 +04:00
parent 2fc4d981d1
commit 910592b49a
4 changed files with 177 additions and 4 deletions

View File

@@ -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);