// Fix installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10353 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-11-21 14:27:29 +00:00
parent 703e77cae2
commit ecb6e763ff
3 changed files with 15 additions and 101 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ switch (_DB_TYPE_)
if (!Db::getInstance()->Execute($query))
{
if (Db::getInstance()->getNumberError() == 1050)
{
{echo $query.'<br />';
$logger->logError('A Prestashop database already exists, please drop it or change the prefix.');
die('<action result="fail" error="14" />'."\n");
}