From af9dc8707abfa989c64359788ffe95df7b3331d7 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Wed, 19 Oct 2011 13:48:08 +0000 Subject: [PATCH] // added order_by for smarty in helper list git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9457 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/HelperList.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/HelperList.php b/classes/HelperList.php index 6eb57a5d5..be5b8c1c7 100644 --- a/classes/HelperList.php +++ b/classes/HelperList.php @@ -519,6 +519,7 @@ class HelperListCore extends Helper 'list_total' => $this->_listTotal, 'is_order_position' => array_key_exists($this->identifier, $this->identifiersDnd) && $this->_orderBy == 'position', 'order_way' => $this->_orderWay, + 'order_by' => $this->_orderBy, 'token' => $this->token, 'fields_display' => $this->fieldsDisplay, 'delete' => in_array('delete', $this->actions),