From 58210301e0e462ddfe9bd625865059d57a0c7cd7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2017 16:01:28 +0300 Subject: add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy --- classes/pluginhost.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/pluginhost.php') diff --git a/classes/pluginhost.php b/classes/pluginhost.php index 82565257a..3c2d7931e 100644 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -51,6 +51,7 @@ class PluginHost { const HOOK_ARTICLE_FILTER_ACTION = 30; const HOOK_ARTICLE_EXPORT_FEED = 31; const HOOK_MAIN_TOOLBAR_BUTTON = 32; + const HOOK_ENCLOSURE_ENTRY = 33; const KIND_ALL = 1; const KIND_SYSTEM = 2; -- cgit v1.2.3-54-g00ecf