From 099e5d68e59a3dd81992994101183e4f643ceece Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Sat, 25 Jan 2014 02:39:53 +0100 Subject: [PATCH] Restored propel debug (was commented out) --- core/lib/Thelia/Core/Thelia.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Core/Thelia.php b/core/lib/Thelia/Core/Thelia.php index 8cb1271d3..844eb3d29 100644 --- a/core/lib/Thelia/Core/Thelia.php +++ b/core/lib/Thelia/Core/Thelia.php @@ -87,7 +87,7 @@ class Thelia extends Kernel $con->setAttribute(ConnectionWrapper::PROPEL_ATTR_CACHE_PREPARES, true); if ($this->isDebug()) { $serviceContainer->setLogger('defaultLogger', \Thelia\Log\Tlog::getInstance()); - //$con->useDebug(true); + $con->useDebug(true); } }