File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Model/Indexer/Product/Price/Action Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -416,13 +416,13 @@ private function moveDataFromReplicaTableToReplicaTables(array $dimensions)
416
416
return ;
417
417
}
418
418
$ select = $ this ->dimensionTableMaintainer ->getConnection ()->select ()->from (
419
- $ mainReplicaTable = $ this ->dimensionTableMaintainer ->getMainReplicaTable ([])
419
+ $ mainReplicaTable = $ this ->dimensionTableMaintainer ->getMainReplicaTable ([])
420
420
);
421
421
422
422
$ check = clone $ select ;
423
423
$ check ->reset ('columns ' )->columns ('count(*) ' );
424
424
425
- if (! $ count = $ this ->dimensionTableMaintainer ->getConnection ()->query ($ check )->fetchColumn ()) {
425
+ if (!$ this ->dimensionTableMaintainer ->getConnection ()->query ($ check )->fetchColumn ()) {
426
426
return ;
427
427
}
428
428
You can’t perform that action at this time.
0 commit comments