Add const HOOK_FEED_TREE

This commit is contained in:
jc 2019-10-07 13:46:31 +00:00
parent a243979aaf
commit 8fd11fd53a
1 changed files with 1 additions and 1 deletions

View File

@ -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;