From 6f1dc6cc3b7bda56e0ccc5414c33587f17667683 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 11 Oct 2023 15:03:35 +1300 Subject: [PATCH] Standalone Smarty3 support --- CRM/Utils/System/Standalone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System/Standalone.php b/CRM/Utils/System/Standalone.php index 92f5404f64..1a5c7902e7 100644 --- a/CRM/Utils/System/Standalone.php +++ b/CRM/Utils/System/Standalone.php @@ -285,7 +285,7 @@ class CRM_Utils_System_Standalone extends CRM_Utils_System_Base { // Q. what does this do? Why do we only include this for maintenance? if ($maintenance) { $smarty = CRM_Core_Smarty::singleton(); - echo implode('', $smarty->_tpl_vars['pageHTMLHead']); + echo implode('', $smarty->getTemplateVars('pageHTMLHead')); } // @todo Add variables from the body tag? (for Shoreditch) -- 2.25.1