From 87bf0ec4c246b03e3e6c2ab2fb0c14664473c52b Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 21 Jan 2019 09:18:03 -0500 Subject: [PATCH] Remove inconsistent & problematic hook invocation --- CRM/Core/Page/Inline/Help.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Core/Page/Inline/Help.php b/CRM/Core/Page/Inline/Help.php index 24938836b0..ed2d57e68a 100644 --- a/CRM/Core/Page/Inline/Help.php +++ b/CRM/Core/Page/Inline/Help.php @@ -52,9 +52,6 @@ class CRM_Core_Page_Inline_Help { $output = $smarty->fetch($file); $extraoutput = ''; if ($smarty->template_exists($additionalTPLFile)) { - //@todo hook has been put here as a conservative approach - // but probably should always run. It doesn't run otherwise because of the exit - CRM_Utils_Hook::pageRun($this); $extraoutput .= trim($smarty->fetch($additionalTPLFile)); // Allow override param to replace default text e.g. {hlp id='foo' override=1} if ($smarty->get_template_vars('override_help_text')) { -- 2.25.1