remove fixme comment when not needed anymore

This commit is contained in:
Manuel Raynaud
2014-03-10 12:17:39 +01:00
parent 191a120aa5
commit e415b747ea
13 changed files with 6 additions and 51 deletions

View File

@@ -21,7 +21,6 @@ if (!file_exists(THELIA_CONF_DIR . 'database.yml') && !defined('THELIA_INSTALL_M
define('THELIA_INSTALL_MODE', true);
} else {
$request = \Thelia\Core\HttpFoundation\Request::createFromGlobals();
header('location: '.$request->getUriForPath() . '/install');
exit;
header('location: '.$request->getUriForPath('/install'));
}
}