Skip to content

Commit 232d354

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-88184: Incorrect products displayed after changing categories and running partial reindex
1 parent fe815cb commit 232d354

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Category/Product/Action

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Full.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private function clearCurrentTable()
9999
$this->connection->delete(
100100
$this->activeTableSwitcher
101101
->getAdditionalTableName($this->getMainTable())
102-
);
102+
);
103103
}
104104

105105
/**

0 commit comments

Comments
 (0)