MINOR: fix a couple minor typos

This commit is contained in:
Jeremy Thomerson 2013-06-18 18:28:46 +00:00
parent ff26491918
commit 6f16034ac8
2 changed files with 2 additions and 2 deletions

View File

@ -931,7 +931,7 @@ class MySQLDatabase extends SS_Database {
$list = new PaginatedList(new ArrayList($objects));
$list->setPageStart($start);
$list->setPageLEngth($pageLength);
$list->setPageLength($pageLength);
$list->setTotalItems($totalCount);
// The list has already been limited by the query above