Skip to content

Commit

Permalink
MAGETWO-53793: Minicart Maximum Display Recently Added Item is broken m…
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored and isitnikov committed Jul 15, 2016
1 parent ea7957d commit fb98344
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/code/Magento/Checkout/Block/Cart/Sidebar.php
Expand Up @@ -181,10 +181,9 @@ public function getBaseUrl()
/**
* Return max visible item count for minicart
*
* @codeCoverageIgnore
* @return int
*/
protected function getMiniCartMaxItemsCount()
private function getMiniCartMaxItemsCount()
{
return (int)$this->_scopeConfig->getValue('checkout/sidebar/count', ScopeInterface::SCOPE_STORE);
}
Expand Down

0 comments on commit fb98344

Please sign in to comment.