diff --git a/module/VuFind/src/VuFind/Controller/InstallController.php b/module/VuFind/src/VuFind/Controller/InstallController.php index 39a6ed6fd89487c6a85fda0d97c46d4655ed0e6b..67048a360b6cddca5f74d1c09600deb5e963588f 100644 --- a/module/VuFind/src/VuFind/Controller/InstallController.php +++ b/module/VuFind/src/VuFind/Controller/InstallController.php @@ -453,7 +453,8 @@ class InstallController extends AbstractBase // Process incoming parameter -- user may have selected a new driver: $newDriver = $this->params()->fromPost('driver'); if (!empty($newDriver)) { - $configPath = ConfigLocator::getLocalConfigPath('config.ini', null, true); + $configPath + = ConfigLocator::getLocalConfigPath('config.ini', null, true); $writer = new ConfigWriter($configPath); $writer->set('Catalog', 'driver', $newDriver); if (!$writer->save()) {