Skip to content

Commit 40b513d

Browse files
committed
MAGETWO-62648: [Github] Parameters from website configuration isn't applied to the corresponding store view #7943
1 parent 717ba2b commit 40b513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Review/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function getDetailHtml($origDetail)
7474
*/
7575
public function getIsGuestAllowToWrite()
7676
{
77-
return $this->scopeConfig->isSetFlag(self::XML_REVIEW_GUETS_ALLOW, \Magento\Store\Model\ScopeInterface::SCOPE_STORE);
77+
return $this->scopeConfig->isSetFlag(self::XML_REVIEW_GUETS_ALLOW, \Magento\Store\Model\ScopeInterface::SCOPE_WEBSITES);
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)