diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-08-02 14:06:18 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-08-02 14:06:18 +0400 |
| commit | 8e47022036cdba907add2a375bf0c23a4043746f (patch) | |
| tree | 7c4b602cfff9714ca5a6aa563fc4ece99dcaca4a /classes/pluginhost.php | |
| parent | 910592b49a86273a30150bfdb67d9b49409e32f2 (diff) | |
add hook_house_keeping
Diffstat (limited to 'classes/pluginhost.php')
| -rw-r--r-- | classes/pluginhost.php | 1 |
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; |