From 9c6ae641ff77f043adc5fc96a1132924b63b1ca9 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 6 May 2020 21:13:22 -0700 Subject: [PATCH] install/index.php - Fix leak which breaks compatibility with current Backdrop --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index e3e76f035e..49cf011ca4 100644 --- a/install/index.php +++ b/install/index.php @@ -151,7 +151,7 @@ if (isset($_REQUEST['seedLanguage']) and isset($langs[$_REQUEST['seedLanguage']] $tsLocale = $_REQUEST['seedLanguage']; } -$config = CRM_Core_Config::singleton(FALSE); +CRM_Core_Config::singleton(FALSE); $GLOBALS['civicrm_default_error_scope'] = NULL; // The translation files are in the parent directory (l10n) -- 2.25.1