From 54a458d522ccc6da780c0c84780824e0ae828e40 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 10 Jan 2018 19:15:42 -0600 Subject: [PATCH] Forgot to call PDO driver detector :\ #132 --- modules/Installer/Services/EnvironmentService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Installer/Services/EnvironmentService.php b/modules/Installer/Services/EnvironmentService.php index b232e116..9ed59148 100644 --- a/modules/Installer/Services/EnvironmentService.php +++ b/modules/Installer/Services/EnvironmentService.php @@ -32,6 +32,7 @@ class EnvironmentService 'DB_EMULATE_PREPARES' => false, ]; + $opts = $this->determinePdoOptions($opts); $opts = $this->getCacheDriver($opts); $opts = $this->getQueueDriver($opts);