summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-29 11:33:39 +0300
committerAndrew Dolgov <[email protected]>2020-04-29 11:33:39 +0300
commit6573541873ab6eeb974929668e952266257ba144 (patch)
tree2a7c6cf6aeae955f76efdfbcc6bb83e907e6d9b5 /classes/pluginhost.php
parent84bea5086c58e8516b88fe258a9146afc573265e (diff)
* add HOOK_ENCLOSURE_IMPORTED
* pass feed id to HOOK_FEED_PARSED
Diffstat (limited to 'classes/pluginhost.php')
-rwxr-xr-xclasses/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index cb3e0f833..0ab979c4b 100755
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -65,6 +65,7 @@ class PluginHost {
const HOOK_ARTICLE_IMAGE = 42;
const HOOK_FEED_TREE = 43;
const HOOK_IFRAME_WHITELISTED = 44;
+ const HOOK_ENCLOSURE_IMPORTED = 45;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;