// Set to new fixtures

This commit is contained in:
Damien Metzger
2013-11-18 18:51:11 +01:00
parent c78252f64b
commit 36baadad1a
23 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -646,8 +646,8 @@ class InstallModelInstall extends InstallAbstractModel
*/
public function installFixtures($entity = null, array $data = array())
{
$fixtures_path = _PS_INSTALL_FIXTURES_PATH_.'apple/';
$fixtures_name = 'apple';
$fixtures_path = _PS_INSTALL_FIXTURES_PATH_.'fashion/';
$fixtures_name = 'fashion';
$zip_file = _PS_ROOT_DIR_.'/download/fixtures.zip';
$temp_dir = _PS_ROOT_DIR_.'/download/fixtures/';