Skip to content

Commit

Permalink
Update ObjectsFetcher.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi authored Oct 4, 2023
1 parent 6ff1a40 commit 3c55759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataDefinitionsBundle/Fetcher/ObjectsFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private function getClassListing(ExportDefinitionInterface $definition, array $p
$conditionFilters[] = 'parentId = '.$rootNode->getId();
}

if (isset($params['condition'])) {
if (isset($params['condition'])) {
$conditionFilters[] = '('.$params['condition'].')';
}
if (isset($params['ids'])) {
Expand Down

0 comments on commit 3c55759

Please sign in to comment.