We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac994d commit f15efdeCopy full SHA for f15efde
Block/Search/PostList.php
@@ -62,7 +62,7 @@ protected function _prepareLayout()
62
$this->_addBreadcrumbs($title, 'blog_search');
63
$this->pageConfig->getTitle()->set($title);
64
/*
65
- $page = $this->_request->getParam(\Magefan\Blog\Block\Post\PostList\Toolbar::PAGE_PARM_NAME);
+ $page = $this->_request->getParam($this->getPageParamName());
66
if ($page < 2) {
67
*/
68
$robots = $this->config->getSearchRobots();
0 commit comments