Skip to content
Snippets Groups Projects
Commit 8a3176a2 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 43ba3cb0
Branches
Tags
No related merge requests found
......@@ -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()) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment