summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorwltb <[email protected]>2014-05-17 17:51:35 +0200
committerwltb <[email protected]>2014-05-19 14:06:52 +0200
commit01465325b48270e5eee5db94c6178ba6d567ddf7 (patch)
tree04818e173e3c5b7ebf26aba9c6472550f1170f1a /classes
parenta283bf26438199e415fcebb2ee0b8b72b0db51cf (diff)
Add subscribe hook, give more information to fetch_feed hook
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 bd6afa81d..744337e0f 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -41,6 +41,7 @@ class PluginHost {
const HOOK_HOUSE_KEEPING = 24;
const HOOK_SEARCH = 25;
const HOOK_FORMAT_ENCLOSURES = 26;
+ const HOOK_SUBSCRIBE_FEED = 27;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;