Skip to content

Commit 60ae0de

Browse files
committed
MAGETWO-40028: CatalogSearch indexer fails when reindex by cron is executed
- Fix static tests
1 parent 13cb035 commit 60ae0de

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/CatalogSearch/Model/Indexer/Mview

1 file changed

+0
-1
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Mview/Action.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ public function execute($ids)
3939
$indexer = $this->indexerFactory->create()->load(Fulltext::INDEXER_ID);
4040
$indexer->reindexList($ids);
4141
}
42-
4342
}

0 commit comments

Comments
 (0)