install is in debug nox for displaying helpfull error messages

This commit is contained in:
Manuel Raynaud
2014-05-09 11:01:05 +02:00
parent d9d350ea24
commit 3f25fbc10f

View File

@@ -23,5 +23,5 @@
define('THELIA_INSTALL_MODE', true);
include __DIR__ . "/../../core/bootstrap.php";
$thelia = new \Thelia\Core\Thelia("install", false);
$thelia = new \Thelia\Core\Thelia("install", true);
$thelia->boot();