summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorjc <[email protected]>2019-10-07 13:44:57 +0000
committerjc <[email protected]>2019-10-07 13:44:57 +0000
commita243979aafcf71d6bec6a0ba9b2bca7a6ea0925e (patch)
tree0fadb29c5db103d76634c3f9c9725d9cd654c88d /classes/pluginhost.php
parentf56ae1dcc97541e4920dd254665f6c81e52675ae (diff)
Add const HOOK_FEED_TREE
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 eab808ae9..f65cf9393 100755
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -60,6 +60,7 @@ class PluginHost {
const HOOK_FILTER_TRIGGERED = 40;
const HOOK_GET_FULL_TEXT = 41;
const HOOK_ARTICLE_IMAGE = 42;
+ const HOOK_FEED_TREE = 43;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;