install/index.php - Fix leak which breaks compatibility with current Backdrop
authorTim Otten <totten@civicrm.org>
Thu, 7 May 2020 04:13:22 +0000 (21:13 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 7 May 2020 04:13:22 +0000 (21:13 -0700)
install/index.php

index e3e76f035efdbdbeb060f62f810598f71b2aee26..49cf011ca46df80694b52b8f24e9ee37c530ddc7 100644 (file)
@@ -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)