remove the API change

This commit is contained in:
Peter Thaleikis 2015-07-23 22:28:59 +12:00
parent bf3f159800
commit e26ad64b75

View File

@ -373,9 +373,9 @@ class DataList extends ViewableData implements SS_List, SS_Filterable, SS_Sortab
/** /**
* Return a new instance of the list with an added filter * Return a new instance of the list with an added filter
* *
* @param array $filterArray * @param array $filterArray
*/ */
public function addFilter(array $filterArray) { public function addFilter($filterArray) {
$list = $this; $list = $this;
foreach($filterArray as $field => $value) { foreach($filterArray as $field => $value) {