mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
commit
c647c97fe4
@ -87,7 +87,7 @@ To set the limit of items displayed in a paginated page use the `[api:PaginatedL
|
||||
public function PaginatedPagesLimit() {
|
||||
$paginatedItems = new PaginatedList(Page::get(), $this->request);
|
||||
$paginatedItems->setPageLength(4);
|
||||
return $pagination;
|
||||
return $paginatedItems;
|
||||
}
|
||||
|
||||
## Related
|
||||
|
Loading…
Reference in New Issue
Block a user