summaryrefslogtreecommitdiff
path: root/classes/handler
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-08-02 14:04:14 +0400
committerAndrew Dolgov <[email protected]>2013-08-02 14:04:14 +0400
commit910592b49a86273a30150bfdb67d9b49409e32f2 (patch)
tree7725c316a1841b9e0ed7e7ea74420ce698b92b55 /classes/handler
parent2fc4d981d1c31a2b3d7bf1120d7f585064ad17ac (diff)
add plugin to cache images in starred articles; pass article_id to
sanitize
Diffstat (limited to 'classes/handler')
-rw-r--r--classes/handler/public.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index de0ab66f8..9c0359507 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -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);