Skip to content

Commit 702073a

Browse files
authored
Fixed merge conflicts
1 parent 1bc54b6 commit 702073a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Helper/Entity/ProductHelper.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,7 @@ public function setSettings($indexName, $indexNameTmp, $storeId, $saveToTmpIndic
469469
}
470470

471471
// Managing Virtual Replica
472-
if ($this->configHelper->useVirtualReplica($storeId)) {
473-
$replicas = $this->handleVirtualReplica($replicas);
474-
}
472+
$replicas = $this->handleVirtualReplica($replicas);
475473

476474
// Merge current replicas with sorting replicas to not delete A/B testing replica indices
477475
try {
@@ -1599,4 +1597,4 @@ public function handlingReplica($indexName, $storeId, $sortingAttribute = false)
15991597
}
16001598
return true;
16011599
}
1602-
}
1600+
}

0 commit comments

Comments
 (0)