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 7c1250e commit 76fc6caCopy full SHA for 76fc6ca
public_html/lists/admin/actions/configure.php
@@ -81,7 +81,7 @@
81
echo '<select name="values['.$id.']">';
82
foreach ($configItem['values'] as $key => $label) {
83
print '<option value="'.$key.'"';
84
- if ($key == $configItem['value']) {
+ if ($key == $value) {
85
print ' selected="selected"';
86
}
87
print '>'.$label.'</option>';
0 commit comments