From 3f25fbc10fb18b9f2a816897b5a589b629d84f24 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 9 May 2014 11:01:05 +0200 Subject: [PATCH] install is in debug nox for displaying helpfull error messages --- web/install/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/install/bootstrap.php b/web/install/bootstrap.php index 90e395c88..37c20e503 100644 --- a/web/install/bootstrap.php +++ b/web/install/bootstrap.php @@ -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(); \ No newline at end of file