Skip to content

Commit 9bfc1f9

Browse files
authored
Merge pull request #8104 from cakephp/ADmad-patch-1
Fix paging related docs
2 parents 7a76353 + 58a2811 commit 9bfc1f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

en/views/cells.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,6 @@ messages could look like::
234234
]
235235
);
236236

237-
// Set the paging params as a request attribute for use the PaginatorHelper
238-
$paging = $paginator->getPagingParams() + (array)$this->request->getAttribute('paging');
239-
$this->request = $this->request->withAttribute('paging', $paging);
240-
241237
$this->set('favorites', $results);
242238
}
243239
}

0 commit comments

Comments
 (0)