reindente some code

verify if config database file exists beforeinitializing Propel
This commit is contained in:
Manuel Raynaud
2013-01-24 20:45:16 +01:00
parent 6dd0cb3a17
commit 630ac72aaa
4 changed files with 14 additions and 35 deletions

View File

@@ -19,7 +19,7 @@ if ( false === in_array($request->getClientIp(), $trustIp)) {
//change request to send to a 404 error page
}
$thelia = new Thelia($env, true);
$thelia = new Thelia("dev", true);
$response = $thelia->handle($request)->prepare($request)->send();