We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ce782 commit 6b76655Copy full SHA for 6b76655
app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field.php
@@ -83,7 +83,7 @@ public function render(Varien_Data_Form_Element_Abstract $element)
83
$defTextArr = [];
84
foreach ($options as $k => $v) {
85
if ($isMultiple) {
86
- if (array_key_exists("value", $v) && is_array($v['value']) && in_array($k, $v['value'])) {
+ if (array_key_exists('value', $v) && is_array($v['value']) && in_array($k, $v['value'])) {
87
$defTextArr[] = $v['label'];
88
}
89
} elseif (is_array($v) && array_key_exists('value', $v)) {
0 commit comments