// Install

This commit is contained in:
Damien Metzger
2013-11-18 19:22:10 +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)
-1
View File
@@ -392,4 +392,3 @@ class InstallControllerHttpProcess extends InstallControllerHttp
$this->displayTemplate('process');
}
}
+2 -1
View File
@@ -509,6 +509,7 @@ class InstallModelInstall extends InstallAbstractModel
{
// @todo THIS CODE NEED TO BE REMOVED WHEN MODULES API IS COMMITED
$modules = array(
'blockbanner',
'bankwire',
'blockadvertising',
'blockbestsellers',
@@ -540,8 +541,8 @@ class InstallModelInstall extends InstallAbstractModel
'dashproducts',
'graphnvd3',
'gridhtml',
'homefeatured',
'homeslider',
'homefeatured',
'pagesnotfound',
'sekeywords',
'statsbestcategories',