From dedd04aad15342fa14fb6052bfbed32fc2269321 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Wed, 8 Sep 2021 16:09:41 -0400 Subject: [PATCH] remove duplicate declaration --- templates/CRM/common/civicrm.settings.php.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/CRM/common/civicrm.settings.php.template b/templates/CRM/common/civicrm.settings.php.template index 29c97b69c5..1747c0e72d 100644 --- a/templates/CRM/common/civicrm.settings.php.template +++ b/templates/CRM/common/civicrm.settings.php.template @@ -176,8 +176,6 @@ if (!defined('CIVICRM_LOGGING_DSN')) { * */ -global $civicrm_root; - $civicrm_root = '%%crmRoot%%'; if (!defined('CIVICRM_TEMPLATE_COMPILEDIR')) { define( 'CIVICRM_TEMPLATE_COMPILEDIR', '%%templateCompileDir%%'); -- 2.25.1