From 4ab7d66963832c6541e38125a0232d7581eb8ab5 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Fri, 17 Aug 2012 18:57:20 +0000 Subject: [PATCH] // Oops git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16895 b9a71923-0436-4b27-9f14-aed3839534dd --- install-dev/models/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/models/database.php b/install-dev/models/database.php index 51c1996d3..4cfb8ac74 100644 --- a/install-dev/models/database.php +++ b/install-dev/models/database.php @@ -61,7 +61,7 @@ class InstallModelDatabase extends InstallAbstractModel if (!$errors) { - $dbtype = ' ('.Db::getClass()')'; + $dbtype = ' ('.Db::getClass().')'; // Try to connect to database switch (Db::checkConnection($server, $login, $password, $database, true, $engine)) {