From 41b82aa4b98bc0e2004e7d28c2f5933fbe3ad7a3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 24 Dec 2012 14:27:15 +0400 Subject: add HOOK_UPDATE_TASK --- classes/pluginhost.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/pluginhost.php') 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; -- cgit v1.2.3-54-g00ecf