Skip to content

Commit 76cac8c

Browse files
authored
add config_path to adminhtml/system_config_form (#4801)
1 parent 0517234 commit 76cac8c

File tree

1 file changed

+1
-0
lines changed
  • app/code/core/Mage/Adminhtml/Block/System/Config

1 file changed

+1
-0
lines changed

app/code/core/Mage/Adminhtml/Block/System/Config/Form.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ public function initFields($fieldset, $group, $section, $fieldPrefix = '', $labe
378378
'inherit' => $inherit,
379379
'class' => $element->frontend_class . $sharedClass . $requiresClass,
380380
'field_config' => $element,
381+
'config_path' => $path,
381382
'scope' => $this->getScope(),
382383
'scope_id' => $this->getScopeId(),
383384
'scope_label' => $this->getScopeLabel($element),

0 commit comments

Comments
 (0)