Skip to content

Commit 3bae848

Browse files
ENGCOM-3531: [Backport] 19082-Fatal-error-Uncaught-Error-Cannot-call-abstract-method-Magento-… #19337
- Merge Pull Request #19337 from agorbulin/magento2:2.2-develop-PR-port-19155 - Merged commits: 1. 20922a0
2 parents 32a7c4b + 20922a0 commit 3bae848

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/code/Magento/Catalog/Controller/Product/Compare.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,13 @@ public function setCustomerId($customerId)
139139
$this->_customerId = $customerId;
140140
return $this;
141141
}
142+
143+
/**
144+
* {@inheritdoc}
145+
*/
146+
public function execute()
147+
{
148+
return $this->_redirect('catalog/product_compare');
149+
}
150+
142151
}

0 commit comments

Comments
 (0)