Skip to content

Commit 5613726

Browse files
authored
Fix typo
1 parent 9ea11e7 commit 5613726

File tree

1 file changed

+1
-1
lines changed
  • app/code/core/Mage/ImportExport/Model/Resource/Helper

1 file changed

+1
-1
lines changed

app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function setInformationSchemaStatsExpiry()
6969
{
7070
if (!self::$instantInformationSchemaStatsExpiry) {
7171
// Set information_schema_stats_expiry to 0
72-
$this->getReadAdapter()->query('SET information_schema_stats_expiry = 0;');
72+
$this->_getReadAdapter()->query('SET information_schema_stats_expiry = 0;');
7373
self::$instantInformationSchemaStatsExpiry = true;
7474
}
7575
}

0 commit comments

Comments
 (0)