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 696c0da commit bc27dd4Copy full SHA for bc27dd4
app/code/Magento/Review/Controller/Product/ListAjax.php
@@ -22,8 +22,7 @@ class ListAjax extends ProductController implements HttpGetActionInterface
22
*/
23
public function execute()
24
{
25
- if (
26
- !$this->getRequest()->isAjax() ||
+ if (!$this->getRequest()->isAjax() ||
27
!$this->initProduct()
28
) {
29
/** @var \Magento\Framework\Controller\Result\Forward $resultForward */
0 commit comments