From 228391b395b86ad03f023e224753d60f873addca Mon Sep 17 00:00:00 2001 From: Herb vd Dool Date: Sun, 21 May 2017 14:16:26 -0400 Subject: [PATCH] CRM-20612 fix undefined function when installing on Backdrop --- install/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/index.php b/install/index.php index 03c4f05a50..ca739c9606 100644 --- a/install/index.php +++ b/install/index.php @@ -1552,6 +1552,7 @@ class Installer extends InstallRequirements { include_once "./core/includes/bootstrap.inc"; include_once "./core/includes/unicode.inc"; + include_once "./core/includes/config.inc"; backdrop_bootstrap(BACKDROP_BOOTSTRAP_FULL); -- 2.25.1