Skip to content

Commit ce8765b

Browse files
Update Wishlist.php
removed unused variable
1 parent 60a0dd4 commit ce8765b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/Block/Customer/Wishlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function _prepareLayout()
122122
{
123123
parent::_prepareLayout();
124124
$this->pageConfig->getTitle()->set(__('My Wish List'));
125-
$pager = $this->getChildBlock('wishlist_item_pager')
125+
$this->getChildBlock('wishlist_item_pager')
126126
->setUseContainer(
127127
true
128128
)->setShowAmounts(

0 commit comments

Comments
 (0)