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

@@ -10,7 +10,7 @@ require __DIR__ . '/../core/bootstrap.php';
$request = Request::createFromGlobals();
$thelia = new Thelia($env, false);
$thelia = new Thelia("prod", false);
$response = $thelia->handle($request)->prepare($request)->send();