remove repeated order by on lang loop
This commit is contained in:
@@ -87,7 +87,7 @@ class Lang extends BaseLoop implements PropelSearchLoopInterface
|
||||
$search->filterById($exclude, Criteria::NOT_IN);
|
||||
}
|
||||
|
||||
$search->orderByPosition(Criteria::ASC);
|
||||
|
||||
$orders = $this->getOrder();
|
||||
|
||||
foreach ($orders as $order) {
|
||||
|
||||
Reference in New Issue
Block a user