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 717ba2b commit 40b513dCopy full SHA for 40b513d
app/code/Magento/Review/Helper/Data.php
@@ -74,7 +74,7 @@ public function getDetailHtml($origDetail)
74
*/
75
public function getIsGuestAllowToWrite()
76
{
77
- return $this->scopeConfig->isSetFlag(self::XML_REVIEW_GUETS_ALLOW, \Magento\Store\Model\ScopeInterface::SCOPE_STORE);
+ return $this->scopeConfig->isSetFlag(self::XML_REVIEW_GUETS_ALLOW, \Magento\Store\Model\ScopeInterface::SCOPE_WEBSITES);
78
}
79
80
/**
0 commit comments