// Install
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -392,4 +392,3 @@ class InstallControllerHttpProcess extends InstallControllerHttp
|
||||
$this->displayTemplate('process');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user