From f88eadb7616a7c31eade43250de84eba4810485e Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 3 Jan 2023 23:36:35 +0100 Subject: [PATCH] fix false positive --- inc/module/dcdeprecated/dc2.21.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/module/dcdeprecated/dc2.21.php b/inc/module/dcdeprecated/dc2.21.php index 9dae5f0..a8c63f0 100644 --- a/inc/module/dcdeprecated/dc2.21.php +++ b/inc/module/dcdeprecated/dc2.21.php @@ -26,7 +26,7 @@ return [ ['comments_actions.php', 'comments_actions.php', 'dcCommentsActionsPage', '2.21', ''], ['posts_actions.php', 'posts_actions.php', 'dcPostsActionsPage', '2.21', ''], - ['global_filter', 'global_filter', 'tpl_context::global_filters', '2.11', ''], + ['global_filter(\s|"|\')', 'global_filter', 'tpl_context::global_filters', '2.11', ''], ['getLangFile', 'getLangFile', 'nothing', '2.11', ''], ['getTextDirection', 'getTextDirection', 'getLanguageTextDirection', '2.11', ''],