// small change on fixtures installation
This commit is contained in:
@@ -225,7 +225,7 @@ class InstallControllerConsoleProcess extends InstallControllerConsole
|
||||
$this->initializeContext();
|
||||
|
||||
$this->model_install->xml_loader_ids = $this->datas->xml_loader_ids;
|
||||
$result = $this->model_install->installFixtures();
|
||||
$result = $this->model_install->installFixtures(null, array('shop_activity' => $this->datas->shop_activity, 'shop_country' => $this->datas->shop_country));
|
||||
$this->datas->xml_loader_ids = $this->model_install->xml_loader_ids;
|
||||
return $result;
|
||||
}
|
||||
@@ -288,4 +288,4 @@ class InstallControllerConsoleProcess extends InstallControllerConsole
|
||||
{
|
||||
return $this->model_install->installModulesAddons();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user