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 b0848c4 commit f5bd1c6Copy full SHA for f5bd1c6
app/code/Magento/Review/Controller/Product/ListAjax.php
@@ -18,7 +18,7 @@ class ListAjax extends ProductController
18
*/
19
public function execute()
20
{
21
- if (!$this->initProduct()) {
+ if (!$this->initProduct()) {
22
/** @var \Magento\Framework\Controller\Result\Forward $resultForward */
23
$resultForward = $this->resultFactory->create(ResultFactory::TYPE_FORWARD);
24
return $resultForward->forward('noroute');
0 commit comments