We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140b0fb commit 6d99f38Copy full SHA for 6d99f38
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -63,7 +63,7 @@ public function getNextAutoincrement($tableName)
63
$entityStatus = $connection->fetchRow($sql);
64
if (empty($entityStatus['AUTO_INCREMENT']))
65
{
66
- throw new \Magento\Framework\Exception\LocalizedException(__('Cannot get autoincrement value'));
+ Mage::throwException(Mage::helper('importexport')->__('Cannot get autoincrement value'));
67
}
68
69
return $entityStatus['AUTO_INCREMENT'];
0 commit comments