diff --git a/install.php b/install.php index b6c10ca..15e4d98 100644 --- a/install.php +++ b/install.php @@ -919,7 +919,7 @@ class Installer extends InstallRequirements { $dbType = $config['db']['type']; // Try to determine the database version from the helper - $databaseVersion = ''; + $databaseVersion = $config['db']['type']; $helper = $this->getDatabaseConfigurationHelper($dbType); if($helper && method_exists($helper, 'getDatabaseVersion')) { $databaseVersion = urlencode($dbType . ': ' . $helper->getDatabaseVersion($config['db'][$dbType]));