// Add mail with identifiers in installer + some missing trad

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13140 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-08 16:07:41 +00:00
parent de544a8be4
commit f2d8c6c700
13 changed files with 278 additions and 25 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ class InstallModelInstall extends InstallAbstractModel
if ($errors = $sql_loader->getErrors())
{
foreach ($errors as $error)
$this->setError($this->language->l('An SQL error occured: <i>%1$s</i>', $error['error']));
$this->setError($this->language->l('SQL error on query <i>%s</i>', $error['error']));
return false;
}