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 6b76655 commit b702e78Copy full SHA for b702e78
app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Select.php
@@ -56,7 +56,7 @@ protected function _renderOption($option, $value)
56
{
57
if (!array_key_exists('value', $option)) {
58
if (!array_key_exists('label', $option)) {
59
- return "";
+ return '';
60
}
61
62
$lbl = $this->escapeHtml($option['label']); // or just empty as well?
0 commit comments