Skip to content

Instantly share code, notes, and snippets.

@kassner
Created August 10, 2022 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kassner/30c1bc89dbadb864e82d5f048487f2bc to your computer and use it in GitHub Desktop.
Save kassner/30c1bc89dbadb864e82d5f048487f2bc to your computer and use it in GitHub Desktop.
--- vendor/magento/module-catalog/Cron/RefreshSpecialPrices.php
+++ vendor/magento/module-catalog/Cron/RefreshSpecialPrices.php
@@ -164,7 +164,7 @@
$attrConditionValue
);
- $selectData = $connection->fetchCol($select, $identifierField);
+ $selectData = $connection->fetchCol($select);
if (!empty($selectData)) {
$this->_processor->getIndexer()->reindexList($selectData);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment