mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
remove the API change
This commit is contained in:
parent
bf3f159800
commit
e26ad64b75
@ -375,7 +375,7 @@ class DataList extends ViewableData implements SS_List, SS_Filterable, SS_Sortab
|
||||
*
|
||||
* @param array $filterArray
|
||||
*/
|
||||
public function addFilter(array $filterArray) {
|
||||
public function addFilter($filterArray) {
|
||||
$list = $this;
|
||||
|
||||
foreach($filterArray as $field => $value) {
|
||||
|
Loading…
Reference in New Issue
Block a user