Skip to content

Commit

Permalink
FIX: ElementalSolrIndexer variable missing
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dna committed Nov 11, 2016
1 parent a5375e5 commit e124c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/search/ElementalSolrIndexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public function elementPageChanged($object, $doc) {
$dirty[$clone->ID] = $clone->ID;
}
}
}

$this->publishDirtyClones($dirty);
$this->publishDirtyClones($dirty);
}
}

/**
Expand Down

0 comments on commit e124c6c

Please sign in to comment.