File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Config/Block/System/Config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ protected function _initElement(
369
369
370
370
$ sharedClass = $ this ->_getSharedCssClass ($ field );
371
371
$ requiresClass = $ this ->_getRequiresCssClass ($ field , $ fieldPrefix );
372
- $ isReadOnly = $ this ->getReadOnly ($ field , $ path );
372
+ $ isReadOnly = $ this ->isReadOnly ($ field , $ path );
373
373
374
374
$ formField = $ fieldset ->addField (
375
375
$ elementId ,
@@ -806,7 +806,7 @@ private function getAppConfig()
806
806
* @param string $path
807
807
* @return boolean
808
808
*/
809
- private function getReadOnly (\Magento \Config \Model \Config \Structure \Element \Field $ field , $ path )
809
+ private function isReadOnly (\Magento \Config \Model \Config \Structure \Element \Field $ field , $ path )
810
810
{
811
811
$ isReadOnly = $ this ->settingChecker ->isReadOnly (
812
812
$ path , ScopeConfigInterface::SCOPE_TYPE_DEFAULT
You can’t perform that action at this time.
0 commit comments