From 7a376e65974857ad6f3d52faa8079315cee9c2ba Mon Sep 17 00:00:00 2001 From: "Laryn - CEDC.org" Date: Mon, 21 Sep 2020 15:55:57 -0500 Subject: [PATCH] Update Backdrop.php --- CRM/Utils/System/Backdrop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System/Backdrop.php b/CRM/Utils/System/Backdrop.php index 7821682921..93342e256f 100644 --- a/CRM/Utils/System/Backdrop.php +++ b/CRM/Utils/System/Backdrop.php @@ -525,7 +525,7 @@ AND u.status = 1 // load Backdrop bootstrap chdir($cmsPath); if (!defined('BACKDROP_ROOT')) { - define('BACKDROP_ROOT', $cmsPath); + define('BACKDROP_ROOT', $cmsPath); } // For Backdrop multi-site CRM-11313 -- 2.25.1