summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-05-19 16:36:15 +0400
committerAndrew Dolgov <[email protected]>2014-05-19 16:36:15 +0400
commitddc9f12e89265b2e379b3ee9ddf601ba645a438e (patch)
tree04818e173e3c5b7ebf26aba9c6472550f1170f1a /classes
parenta283bf26438199e415fcebb2ee0b8b72b0db51cf (diff)
parent01465325b48270e5eee5db94c6178ba6d567ddf7 (diff)
Merge pull request #375 from wltb/hooks
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;