Skip to content

Commit 875ea5a

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-98264' into 2.1.18-develop-pr66
2 parents 9a853ef + 7d53aa0 commit 875ea5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Config/Controller/Adminhtml/System/AbstractConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected function _isAllowed()
6868
{
6969
$sectionId = $this->_request->getParam('section');
7070
return parent::_isAllowed()
71-
|| $this->_configStructure->getElement($sectionId)->isAllowed();
71+
&& $this->_configStructure->getElement($sectionId)->isAllowed();
7272
}
7373

7474
/**

0 commit comments

Comments
 (0)