mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: fix a couple minor typos
This commit is contained in:
parent
ff26491918
commit
6f16034ac8
@ -29,7 +29,7 @@ chdir(dirname($_SERVER['SCRIPT_FILENAME']));
|
|||||||
* For example,
|
* For example,
|
||||||
* sake my/url somearg otherarg key=val --otherkey=val third=val&fourth=val
|
* sake my/url somearg otherarg key=val --otherkey=val third=val&fourth=val
|
||||||
*
|
*
|
||||||
* Will result int he following get data:
|
* Will result in the following get data:
|
||||||
* args => array('somearg', 'otherarg'),
|
* args => array('somearg', 'otherarg'),
|
||||||
* key => val
|
* key => val
|
||||||
* otherkey => val
|
* otherkey => val
|
||||||
|
@ -931,7 +931,7 @@ class MySQLDatabase extends SS_Database {
|
|||||||
|
|
||||||
$list = new PaginatedList(new ArrayList($objects));
|
$list = new PaginatedList(new ArrayList($objects));
|
||||||
$list->setPageStart($start);
|
$list->setPageStart($start);
|
||||||
$list->setPageLEngth($pageLength);
|
$list->setPageLength($pageLength);
|
||||||
$list->setTotalItems($totalCount);
|
$list->setTotalItems($totalCount);
|
||||||
|
|
||||||
// The list has already been limited by the query above
|
// The list has already been limited by the query above
|
||||||
|
Loading…
Reference in New Issue
Block a user