Skip to content

Commit f15efde

Browse files
committed
Changed comment
1 parent 6ac994d commit f15efde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Search/PostList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function _prepareLayout()
6262
$this->_addBreadcrumbs($title, 'blog_search');
6363
$this->pageConfig->getTitle()->set($title);
6464
/*
65-
$page = $this->_request->getParam(\Magefan\Blog\Block\Post\PostList\Toolbar::PAGE_PARM_NAME);
65+
$page = $this->_request->getParam($this->getPageParamName());
6666
if ($page < 2) {
6767
*/
6868
$robots = $this->config->getSearchRobots();

0 commit comments

Comments
 (0)