diff --git a/libraries/config/ConfigFile.class.php b/libraries/config/ConfigFile.class.php index 2a23166590..0482a4e583 100644 --- a/libraries/config/ConfigFile.class.php +++ b/libraries/config/ConfigFile.class.php @@ -410,7 +410,7 @@ class ConfigFile } $path = 'Servers/' . $server; - $dsn = $this->getValue("$path/extension") . '://'; + $dsn = 'mysqli://'; if ($this->getValue("$path/auth_type") == 'config') { $dsn .= $this->getValue("$path/user"); if (! $this->getValue("$path/nopassword")) {