Skip to content

Commit

Permalink
Merge pull request #1561 from mailchimp/Issue1557-2.2
Browse files Browse the repository at this point in the history
closes #1557 for magento 2.2
  • Loading branch information
gonzaloebiz authored Sep 6, 2022
2 parents 2f0fb25 + 0cf1007 commit ac9c0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Ecommerce/CheckEcommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function execute()
try {
$collection = $this->collectionFactory->create();
$collection->getSelect()->joinLeft(
['core_config' => 'core_config_data'],
['core_config' => $this->helper->getTableName('core_config_data')],
'value = mailchimp_store_id'
);
$collection->getSelect()->reset(\Magento\Framework\DB\Select::COLUMNS)->columns(['mailchimp_store_id']);
Expand Down

0 comments on commit ac9c0ec

Please sign in to comment.