Skip to content
Snippets Groups Projects
Unverified Commit 1e87b9d4 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #17249 from totten/5.25-backdrop-install

install/index.php - Fix leak which breaks compatibility with current Backdrop
parents 103f7b4f 0f9d1ab9
Branches
Tags
No related merge requests found
......@@ -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)
......
......@@ -81,6 +81,9 @@ Released May 6, 2020
functions, but this first PR adds support for the aggregate functions `AVG`,
`COUNT`, `MAX`, `MIN`, and `SUM`.
- **install/index.php - Fix leak which breaks compatibility with current Backdrop
([#17249](https://github.com/civicrm/civicrm-core/pull/17249))**
### CiviContribute
- **Partial Refunds (Work towards
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment