// added order_by for smarty in helper list

This commit is contained in:
mMarinetti
2011-10-19 13:48:08 +00:00
parent 8b2a914aff
commit aae577f91b
+1
View File
@@ -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),