diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-02-12 16:01:28 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-02-12 16:01:28 +0300 |
| commit | 58210301e0e462ddfe9bd625865059d57a0c7cd7 (patch) | |
| tree | cf16254efec2a2c13bec84c72a0f1320759a7a79 /classes | |
| parent | 3891782cf5fc20dc70e17c8665866aef6392233e (diff) | |
add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/pluginhost.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |