summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-08-02 14:06:18 +0400
committerAndrew Dolgov <[email protected]>2013-08-02 14:06:18 +0400
commit8e47022036cdba907add2a375bf0c23a4043746f (patch)
tree7c4b602cfff9714ca5a6aa563fc4ece99dcaca4a /classes/pluginhost.php
parent910592b49a86273a30150bfdb67d9b49409e32f2 (diff)
add hook_house_keeping
Diffstat (limited to 'classes/pluginhost.php')
-rw-r--r--classes/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index a1bd1b364..b7b852278 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -38,6 +38,7 @@ class PluginHost {
const HOOK_PREFS_SAVE_FEED = 21;
const HOOK_FETCH_FEED = 22;
const HOOK_QUERY_HEADLINES = 23;
+ const HOOK_HOUSE_KEEPING = 24;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;