From 01465325b48270e5eee5db94c6178ba6d567ddf7 Mon Sep 17 00:00:00 2001 From: wltb Date: Sat, 17 May 2014 17:51:35 +0200 Subject: Add subscribe hook, give more information to fetch_feed hook --- classes/pluginhost.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') 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; -- cgit v1.2.3