diff --git a/ja/views/cells.rst b/ja/views/cells.rst index e224dd7d37..27875dd8a0 100644 --- a/ja/views/cells.rst +++ b/ja/views/cells.rst @@ -236,9 +236,6 @@ ] ); - $paging = $paginator->getPagingParams() + (array)$this->request->getAttribute('paging'); - $this->request = $this->request->withAttribute('paging', $paging); - $this->set('favorites', $results); } }