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 2b3deab commit 4bfacbbCopy full SHA for 4bfacbb
app/code/Magento/Wishlist/Block/Customer/Wishlist.php
@@ -68,7 +68,6 @@ public function __construct(
68
$this->_helperPool = $helperPool;
69
$this->currentCustomer = $currentCustomer;
70
$this->postDataHelper = $postDataHelper;
71
- $this->getWishlistItems();
72
}
73
74
/**
@@ -120,6 +119,7 @@ public function getWishlistItems()
120
119
*/
121
protected function _prepareLayout()
122
{
+ $this->getWishlistItems();
123
parent::_prepareLayout();
124
$this->pageConfig->getTitle()->set(__('My Wish List'));
125
$this->getChildBlock('wishlist_item_pager')
0 commit comments