diff --git a/core/lib/Thelia/Command/Install.php b/core/lib/Thelia/Command/Install.php index 1a486a124..75b138403 100644 --- a/core/lib/Thelia/Command/Install.php +++ b/core/lib/Thelia/Command/Install.php @@ -153,7 +153,7 @@ class Install extends ContainerAwareCommand $fs->remove($sampleConfigFile); - + $fs->remove($this->getContainer()->getParameter("kernel.cache_dir")); } diff --git a/install/insert.sql b/install/insert.sql index aac68fc0c..6b0aeece5 100644 --- a/install/insert.sql +++ b/install/insert.sql @@ -7,4 +7,4 @@ INSERT INTO `lang`(`id`,`title`,`code`,`locale`,`url`,`by_default`,`created_at`, INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updated_at`) VALUES ('session_config.default', '1', 1, 1, NOW(), NOW()); -INSERT INTO `thelia`.`module` (`code`, `type`, `activate`, `position`, `created_at`, `updated_at`) VALUES ('test', '1', '1', '1', NOW(), NOW()); +INSERT INTO `module` (`code`, `type`, `activate`, `position`, `created_at`, `updated_at`) VALUES ('test', '1', '1', '1', NOW(), NOW());