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 594badb commit cc5c711Copy full SHA for cc5c711
app/code/Magento/Review/Controller/Adminhtml/Product/Save.php
@@ -73,7 +73,7 @@ public function execute()
73
} else {
74
$resultRedirect->setPath('*/*/');
75
}
76
- $productId = $this->getRequest()->getParam('productId');
+ $productId = (int)$this->getRequest()->getParam('productId');
77
if ($productId) {
78
$resultRedirect->setPath("catalog/product/edit/id/$productId");
79
0 commit comments