rename /install dir

This commit is contained in:
Manuel Raynaud
2014-04-17 17:49:15 +02:00
parent 50ac1a0318
commit 96a3742945
126 changed files with 18 additions and 18 deletions

View File

@@ -84,8 +84,8 @@ class Database
if (null === $extraSqlFiles) {
$sql = array_merge(
$sql,
$this->prepareSql(file_get_contents(THELIA_ROOT . '/install/thelia.sql')),
$this->prepareSql(file_get_contents(THELIA_ROOT . '/install/insert.sql'))
$this->prepareSql(file_get_contents(THELIA_ROOT . '/setup/thelia.sql')),
$this->prepareSql(file_get_contents(THELIA_ROOT . '/setup/insert.sql'))
);
} else {
foreach ($extraSqlFiles as $fileToInsert) {