Update Backdrop.php
authorLaryn - CEDC.org <laryn@cedc.org>
Mon, 21 Sep 2020 20:55:57 +0000 (15:55 -0500)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 20:55:57 +0000 (15:55 -0500)
CRM/Utils/System/Backdrop.php

index 7821682921dc53ddc07fa2e3a2e2951512e26764..93342e256f36d9035463f88d0d289a46108360ed 100644 (file)
@@ -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