Skip to content

Commit d22a4b5

Browse files
ENGCOM-3435: 19082-Fatal-error-Uncaught-Error-Cannot-call-abstract-method-Magento-… #19155
- Merge Pull Request #19155 from agorbulin/magento2:19082-Fatal-error-Uncaught-Error-Cannot-call-abstract-method-Magento-Framework-App-ActionInterface-execute - Merged commits: 1. ae61da5
2 parents 5f976fa + ae61da5 commit d22a4b5

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)