Skip to content

Commit 097a11a

Browse files
author
Sergey Shvets
committed
MAGETWO-95491: Product Review "Save and Next" and "Save and Previous" not working
1 parent bf5faf8 commit 097a11a

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Review/Model/ResourceModel/Review/Product

1 file changed

+1
-2
lines changed

app/code/Magento/Review/Model/ResourceModel/Review/Product/Collection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ public function __construct(
117117
\Magento\Framework\DB\Adapter\AdapterInterface $connection = null,
118118
ProductLimitationFactory $productLimitationFactory = null,
119119
MetadataPool $metadataPool = null
120-
)
121-
{
120+
) {
122121
$this->_ratingFactory = $ratingFactory;
123122
$this->_voteFactory = $voteFactory;
124123
parent::__construct(

0 commit comments

Comments
 (0)