Skip to content

Commit

Permalink
Fix module option null
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Jul 8, 2024
1 parent 9a32236 commit c399513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ protected function buildFilterParamsFor(DC_Table $dataContainer, $elementName)
return;
}

$translatedNull = $this->translator->trans('filter_option.null', [], self::$tableName);
$translatedNull = $this->translator->trans('filter_option.null', [], static::$tableName);

$collection = $this->filterFactory->createCollection($filterId);
$dca = $collection->getParameterDCA();
Expand Down

0 comments on commit c399513

Please sign in to comment.