summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-20 15:26:53 +0400
committerAndrew Dolgov <[email protected]>2013-05-20 15:26:53 +0400
commitee65bef40504ecd563613075a3880d66be6fd1ac (patch)
treea78268c697ac6efa2b1467563eef1bc03e7b373b /classes/pluginhost.php
parent0ad2013bd24eb14bfd0a1c6f9a01745a6b04f58a (diff)
add HOOK_FETCH_FEED
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 bc5dc96be..9ac1789f5 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -36,6 +36,7 @@ class PluginHost {
const HOOK_ARTICLE_LEFT_BUTTON = 19;
const HOOK_PREFS_EDIT_FEED = 20;
const HOOK_PREFS_SAVE_FEED = 21;
+ const HOOK_FETCH_FEED = 22;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;