From a243979aafcf71d6bec6a0ba9b2bca7a6ea0925e Mon Sep 17 00:00:00 2001 From: jc Date: Mon, 7 Oct 2019 13:44:57 +0000 Subject: [PATCH] Add const HOOK_FEED_TREE --- classes/pluginhost.php | 1 + 1 file changed, 1 insertion(+) 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;