Merge pull request #3469 from stevie-mayhew/patch-1

DataList spelling error
This commit is contained in:
Simon Welsh 2014-09-04 07:18:42 +10:00
commit 64d0a2152b

View File

@ -310,7 +310,7 @@ class DataList extends ViewableData implements SS_List, SS_Filterable, SS_Sortab
*
* @todo extract the sql from $customQuery into a SQLGenerator class
*
* @param string|array Key and Value pairs, the array values are automatically sanitised for the DB quesry
* @param string|array Key and Value pairs, the array values are automatically sanitised for the DB query
* @return DataList
*/
public function filter() {