PSE loop todo
This commit is contained in:
@@ -42,7 +42,7 @@ use Thelia\Type;
|
|||||||
*
|
*
|
||||||
* Product Sale Elements loop
|
* Product Sale Elements loop
|
||||||
*
|
*
|
||||||
* @todo : manage attribute_availability
|
* @todo : manage attribute_availability ?
|
||||||
*
|
*
|
||||||
* Class ProductSaleElements
|
* Class ProductSaleElements
|
||||||
* @package Thelia\Core\Template\Loop
|
* @package Thelia\Core\Template\Loop
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ class Thelia extends Kernel
|
|||||||
$con = Propel::getConnection(\Thelia\Model\Map\ProductTableMap::DATABASE_NAME);
|
$con = Propel::getConnection(\Thelia\Model\Map\ProductTableMap::DATABASE_NAME);
|
||||||
$con->setAttribute(ConnectionWrapper::PROPEL_ATTR_CACHE_PREPARES, true);
|
$con->setAttribute(ConnectionWrapper::PROPEL_ATTR_CACHE_PREPARES, true);
|
||||||
if ($this->isDebug()) {
|
if ($this->isDebug()) {
|
||||||
$serviceContainer->setLogger('defaultLogger', \Thelia\Log\Tlog::getInstance());
|
//$serviceContainer->setLogger('defaultLogger', \Thelia\Log\Tlog::getInstance());
|
||||||
$con->useDebug(true);
|
$con->useDebug(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user