mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
Merge pull request #11 from ryanwachtl/patch-1
BUG getList() now returns the filtered DataList
This commit is contained in:
commit
e4ea9a8a0f
@ -49,7 +49,7 @@ class ShortCodeRelationFinder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$list->where(implode(' OR ',$where));
|
$list = $list->where(implode(' OR ', $where));
|
||||||
return $list;
|
return $list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user