Skip to content

Commit

Permalink
MAGETWO-66760: Remove an extra space while clearing indexed stock ite…
Browse files Browse the repository at this point in the history
…ms. #6132
  • Loading branch information
Oleksii Korshenko authored Mar 25, 2017
2 parents 8cf01c2 + 51a68be commit 097adfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function execute(EventObserver $observer)
$this->priceIndexer->reindexList($productIds);
}

$this->itemsForReindex ->clear();
$this->itemsForReindex->clear();
// Clear list of remembered items - we don't need it anymore
}
}

0 comments on commit 097adfc

Please sign in to comment.