summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-24 14:27:15 +0400
committerAndrew Dolgov <[email protected]>2012-12-24 14:27:15 +0400
commit41b82aa4b98bc0e2004e7d28c2f5933fbe3ad7a3 (patch)
tree6a620d5ff234821d9e1dcb56110f760ed0e73ed9 /classes
parent356a991a7bfac731dc63d3ce29ccd050143fbebf (diff)
add HOOK_UPDATE_TASK
Diffstat (limited to 'classes')
-rw-r--r--classes/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index e87f3a7e3..c55667e12 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -12,6 +12,7 @@ class PluginHost {
const HOOK_PREFS_SECTION = 4;
const HOOK_PREFS_TABS = 5;
const HOOK_FEED_PARSED = 6;
+ const HOOK_UPDATE_TASK = 7;
function __construct($link) {
$this->link = $link;