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.
2 parents 9a853ef + 7d53aa0 commit 875ea5aCopy full SHA for 875ea5a
app/code/Magento/Config/Controller/Adminhtml/System/AbstractConfig.php
@@ -68,7 +68,7 @@ protected function _isAllowed()
68
{
69
$sectionId = $this->_request->getParam('section');
70
return parent::_isAllowed()
71
- || $this->_configStructure->getElement($sectionId)->isAllowed();
+ && $this->_configStructure->getElement($sectionId)->isAllowed();
72
}
73
74
/**
0 commit comments