From 52ca45e083980582e47f79fa098076a307c83e67 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 29 Sep 2023 19:22:49 +1300 Subject: [PATCH] Update path in civicrm.settings.php.template for smarty3 --- templates/CRM/common/civicrm.settings.php.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/common/civicrm.settings.php.template b/templates/CRM/common/civicrm.settings.php.template index 17dc2a9c4d..d1baf5970b 100644 --- a/templates/CRM/common/civicrm.settings.php.template +++ b/templates/CRM/common/civicrm.settings.php.template @@ -209,9 +209,9 @@ if (!defined('CIVICRM_TEMPLATE_COMPILEDIR')) { * and then defining the path to that * autoload. file. */ -//if (!defined('CIVICRM_SMARTY3_AUTOLOAD_PATH')) { -// define('CIVICRM_SMARTY3_AUTOLOAD_PATH', '/my/path/vendor/autoload.php'); -//} +if (!defined('CIVICRM_SMARTY3_AUTOLOAD_PATH')) { +// define('CIVICRM_SMARTY3_AUTOLOAD_PATH', $civicrm_root . '/packages/smarty3/vendor/autoload.php'); +} /** * Smarty escape on output. -- 2.25.1