Skip to content

Commit dfa4a96

Browse files
authored
Merge pull request #8107 from cakephp/fix
Fix paging related docs (ja)
2 parents 3739509 + 179deaa commit dfa4a96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ja/views/cells.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@
236236
]
237237
);
238238

239-
$paging = $paginator->getPagingParams() + (array)$this->request->getAttribute('paging');
240-
$this->request = $this->request->withAttribute('paging', $paging);
241-
242239
$this->set('favorites', $results);
243240
}
244241
}

0 commit comments

Comments
 (0)