From 8fd11fd53abe81b97a95e150bf52ec74ac51fce2 Mon Sep 17 00:00:00 2001
From: jc <jcjcjc@gmail.com>
Date: Mon, 7 Oct 2019 13:46:31 +0000
Subject: [PATCH] Add const HOOK_FEED_TREE

---
 classes/pluginhost.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index f65cf9393..ac782e699 100755
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -60,7 +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 HOOK_FEED_TREE = 43;
 
 	const KIND_ALL = 1;
 	const KIND_SYSTEM = 2;
-- 
GitLab