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 d9259f4 commit 7d53aa0Copy full SHA for 7d53aa0
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