From: Laryn - CEDC.org Date: Mon, 21 Sep 2020 20:55:57 +0000 (-0500) Subject: Update Backdrop.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7a376e65974857ad6f3d52faa8079315cee9c2ba;p=civicrm-core.git Update Backdrop.php --- 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