diff --git a/core/lib/Thelia/Core/Template/Loop/Content.php b/core/lib/Thelia/Core/Template/Loop/Content.php index 1fae744f5..df0f18aff 100644 --- a/core/lib/Thelia/Core/Template/Loop/Content.php +++ b/core/lib/Thelia/Core/Template/Loop/Content.php @@ -178,7 +178,6 @@ class Content extends BaseI18nLoop implements PropelSearchLoopInterface $search->clearOrderByColumns(); $search->addAscendingOrderByColumn('RAND()'); break(2); - //OMNIMOD case "created": $search->addAscendingOrderByColumn('created_at'); break;