[-] BO : #PSCFV-2661 : Fix translation when use parent::displayError() in modules

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15811 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-06-04 09:17:33 +00:00
parent 0cf1fc870c
commit 3431b10465
@@ -965,7 +965,7 @@ class ThemeInstallator extends Module
if (!($zip->open(_EXPORT_FOLDER_.'archive.zip', ZipArchive::OVERWRITE) === true) || !$zip->addEmptyDir('test') === true)
$this->_html .= parent::displayError(sprintf(
$this->l('Permission denied. Please set permisssion to 666 on this folder: %s'),
EXPORT_FOLDER_
_EXPORT_FOLDER_
));
$zip->close();
if ($this->error === false)