Skip to content

Commit 8f8633a

Browse files
authored
Merge pull request #2 from infabo/feature/fix-emptyOption-warning
fix PHP notice: "Undefined variable: emptyOption"
2 parents b98485f + b94e3a3 commit 8f8633a

File tree

1 file changed

+0
-1
lines changed
  • app/code/community/TheExtensionLab/MultiselectFilters/Block/Adminhtml/Widget/Grid/Column/Filter

1 file changed

+0
-1
lines changed

app/code/community/TheExtensionLab/MultiselectFilters/Block/Adminhtml/Widget/Grid/Column/Filter/Multiselect.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ protected function _getOptions()
1414
{
1515
$optionGroups = $this->getColumn()->getOptionGroups();
1616
if ($optionGroups) {
17-
array_unshift($optionGroups, $emptyOption);
1817
return $optionGroups;
1918
}
2019

0 commit comments

Comments
 (0)