Skip to content

Commit 7d53aa0

Browse files
author
OlgaVasyltsun
committed
MAGETWO-98264: Changes in config save controller
1 parent d9259f4 commit 7d53aa0

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)