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),