// 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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user