diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index eab808ae9c3baf19e61117a02509d5faae647be6..f65cf93939f2d211a643a553047c2488ad12e61e 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;