From ee65bef40504ecd563613075a3880d66be6fd1ac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 May 2013 15:26:53 +0400 Subject: add HOOK_FETCH_FEED --- classes/pluginhost.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') diff --git a/classes/pluginhost.php b/classes/pluginhost.php index bc5dc96be..9ac1789f5 100644 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -36,6 +36,7 @@ class PluginHost { const HOOK_ARTICLE_LEFT_BUTTON = 19; const HOOK_PREFS_EDIT_FEED = 20; const HOOK_PREFS_SAVE_FEED = 21; + const HOOK_FETCH_FEED = 22; const KIND_ALL = 1; const KIND_SYSTEM = 2; -- cgit v1.2.3-54-g00ecf