Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Update Wishlist.php
Browse files Browse the repository at this point in the history
removed unused variable
  • Loading branch information
webkul-ratnesh committed Nov 22, 2018
1 parent 60a0dd4 commit ce8765b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Wishlist/Block/Customer/Wishlist.php
Expand Up @@ -122,7 +122,7 @@ protected function _prepareLayout()
{
parent::_prepareLayout();
$this->pageConfig->getTitle()->set(__('My Wish List'));
$pager = $this->getChildBlock('wishlist_item_pager')
$this->getChildBlock('wishlist_item_pager')
->setUseContainer(
true
)->setShowAmounts(
Expand Down

0 comments on commit ce8765b

Please sign in to comment.