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 a1881aa commit ebc25ffCopy full SHA for ebc25ff
Block/Post/PostList/Toolbar.php
@@ -71,7 +71,7 @@ public function getCollection()
71
*/
72
public function getLimit()
73
{
74
- return $this->_scopeConfig->getValue(
+ return $this->getData('limit') ?: $this->_scopeConfig->getValue(
75
'mfblog/post_list/posts_per_page',
76
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
77
);
0 commit comments