From: Tim Otten Date: Thu, 7 May 2020 04:13:22 +0000 (-0700) Subject: install/index.php - Fix leak which breaks compatibility with current Backdrop X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9c6ae641ff77f043adc5fc96a1132924b63b1ca9;p=civicrm-core.git install/index.php - Fix leak which breaks compatibility with current Backdrop --- 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)