From e26ad64b75c14bca344e8c022f41de6e572547ea Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Thu, 23 Jul 2015 22:28:59 +1200 Subject: [PATCH] remove the API change --- model/DataList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/DataList.php b/model/DataList.php index 9f1a83114..813a8453c 100644 --- a/model/DataList.php +++ b/model/DataList.php @@ -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 * - * @param array $filterArray + * @param array $filterArray */ - public function addFilter(array $filterArray) { + public function addFilter($filterArray) { $list = $this; foreach($filterArray as $field => $value) {