Skip to content

Commit 2bf6264

Browse files
committed
ACP2E-102: Magento_Logging module does not support IPv6
1 parent c5dbef6 commit 2bf6264

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/Block/Widget

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/Widget/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ protected function _addColumnFilterToCollection($column)
310310
);
311311
} else {
312312
$condition = $column->getFilter()->getCondition();
313-
if ($field && isset($condition)) {
313+
if ($field && $condition) {
314314
$this->getCollection()->addFieldToFilter($field, $condition);
315315
}
316316
}

0 commit comments

Comments
 (0)