We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ef6e4 commit cbad8d8Copy full SHA for cbad8d8
app/code/core/Mage/Adminhtml/Model/Config/Data.php
@@ -138,7 +138,7 @@ public function save()
138
}
139
140
141
- $backendClass = $helper->getBackendModelByFieldConfig($fieldConfig);
+ $backendClass = $fieldConfig ? $helper->getBackendModelByFieldConfig($fieldConfig) : false;
142
if (!$backendClass) {
143
$backendClass = 'core/config_data';
144
0 commit comments