From 179deaae45cdcfde506d3ba44d536b8c0bf17a0e Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 10 Oct 2025 00:11:13 +0300 Subject: [PATCH] Fix paging related docs (ja) --- ja/views/cells.rst | 3 --- 1 file changed, 3 deletions(-) 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); } }