]> git.wh0rd.org - tt-rss.git/blobdiff - classes/handler/public.php
add plugin to cache images in starred articles; pass article_id to
[tt-rss.git] / classes / handler / public.php
index de0ab66f8b678e5bdfbd906e988638ed684121b1..9c0359507614b1a4cc049bf2ffb11c50e28d966b 100644 (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);