From b43e425f95975d6cf6e0d84a7f9f4b9f2bc7f2fb Mon Sep 17 00:00:00 2001 From: Matthew Barbour <matthew@darkholme.net> Date: Sat, 13 Jul 2019 21:18:45 -0500 Subject: [PATCH] Changed omitted related tags (like tagme) to be powered by a setting, allowing any performance-impacting (or just not useful in this context) tags to be omitted Further tag list performance improvements TagListConfig constants --- ext/tag_list/main.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/tag_list/main.php b/ext/tag_list/main.php index f32cedb1..a12127c3 100644 --- a/ext/tag_list/main.php +++ b/ext/tag_list/main.php @@ -2,6 +2,8 @@ require_once "config.php"; +require_once "config.php"; + class TagList extends Extension { public function onInitExt(InitExtEvent $event)