// Install

This commit is contained in:
Damien Metzger
2013-11-18 19:21:56 +01:00
parent 770d48cf3c
commit a3e1fdb690
14 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -597,8 +597,8 @@ class InstallXmlLoader
if (!@copy($from_path.$identifier.'.'.$extension, $dst_path.$entity_id.'.'.$extension))
{
//$this->setError($this->language->l('Cannot create image "%1$s" for entity "%2$s"', $identifier, $entity));
continue;//return;
$this->setError($this->language->l('Cannot create image "%1$s" for entity "%2$s"', $identifier, $entity));
return;
}
foreach ($types as $type)