Skip to content

Commit 30554a9

Browse files
author
Stanislav Idolov
authored
ENGCOM-3531: [Backport] 19082-Fatal-error-Uncaught-Error-Cannot-call-abstract-method-Magento-… #19337
2 parents c8f2893 + 3bae848 commit 30554a9

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)