From 8bed79cc6899f903b510e13175b42df6cfc2a0a8 Mon Sep 17 00:00:00 2001 From: colemanw Date: Wed, 6 Dec 2023 11:35:28 +0000 Subject: [PATCH] Fix typo in smarty system check --- CRM/Utils/Check/Component/Smarty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Check/Component/Smarty.php b/CRM/Utils/Check/Component/Smarty.php index b843b97e08..947c344640 100644 --- a/CRM/Utils/Check/Component/Smarty.php +++ b/CRM/Utils/Check/Component/Smarty.php @@ -32,7 +32,7 @@ class CRM_Utils_Check_Component_Smarty extends CRM_Utils_Check_Component { ts('We are in the process of migrating from Smarty2 onto Smarty3 and then Smarty4 for performance and security reasons. ' . 'As of CiviCRM 5.69 switching to Smarty3 is optional but recommended.' . ' In order to switch you need to add the following to your civicrm.settings.php file: ') - . "
define('CIVICRM_SMARTY3_AUTOLOAD_PATH', $smartyPath');
" + . "
define('CIVICRM_SMARTY3_AUTOLOAD_PATH', '$smartyPath');
" . ts('In some cases your extensions will not be compatible with Smarty 3 and will not have released compatible versions. ' . ' Smarty2 will be supported in the ESR programme for at least another 6 months '), -- 2.25.1