summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-23 18:38:50 +0400
committerAndrew Dolgov <[email protected]>2013-02-23 18:38:50 +0400
commit017401ddce4ee4bafabf74996b9ca1f2d3c51f91 (patch)
treed5809fc6b6db12900ee41d5a590890e3283762a0 /classes
parentfb850eecda80035e9c3db5bc749e9f8f17a0fab4 (diff)
implement HOOK_FEED_FETCHED
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 c6fcf6b57..1748a067d 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -19,6 +19,7 @@ class PluginHost {
const HOOK_HOTKEY_MAP = 9;
const HOOK_RENDER_ARTICLE = 10;
const HOOK_RENDER_ARTICLE_CDM = 11;
+ const HOOK_FEED_FETCHED = 12;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;