summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-11 12:54:30 +0300
committerAndrew Dolgov <[email protected]>2017-12-11 12:54:30 +0300
commitf70d456a5bc509e56991195a2f003cf2714d0e13 (patch)
treeaec8ed67626819920d6744fd87020552a1509ade /classes/pluginhost.php
parent930691876762e8149724993e2de7a80648442615 (diff)
parentc463a95dca0a5f2fbcdc1b67fd97f8c1159523f5 (diff)
Merge branch 'master' of git.tt-rss.org:git/tt-rss into pdo-experimental
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 f9d5bc29a..4224893c2 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;