summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorfox <[email protected]>2017-12-11 09:47:04 +0000
committerGogs <[email protected]>2017-12-11 09:47:04 +0000
commitc463a95dca0a5f2fbcdc1b67fd97f8c1159523f5 (patch)
tree1c9d2a02d2839370cbfb84c5d443eddcfc3187bf /classes/pluginhost.php
parent7c4d7bce3f15afbdab0487e101cd2f85afed8bd5 (diff)
parente58a14de724da8f110525ba4faf5ecf8f006b3f5 (diff)
Merge branch 'master' of dim0x69/tt-rss into master
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 533e7ee91..f56343c5f 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -56,6 +56,7 @@ class PluginHost {
const HOOK_FORMAT_ARTICLE_CDM = 35;
const HOOK_FEED_BASIC_INFO = 36;
const HOOK_SEND_LOCAL_FILE = 37;
+ const HOOK_UNSUBSCRIBE_FEED = 38;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;