Skip to content

Commit

Permalink
EZP-24275: fixed: check generated field filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Apr 30, 2015
1 parent 4675e02 commit 713835e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -105,7 +105,7 @@ public function visitFilter( Criterion $criterion, Dispatcher $dispatcher, array

$fieldFilter = $this->getFieldFilter( $fieldFilters );

if ( $fieldFilters !== null )
if ( $fieldFilter !== null )
{
$filter["nested"]["filter"] = array(
"and" => array(
Expand Down

0 comments on commit 713835e

Please sign in to comment.