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 99923ca commit 06e5c4fCopy full SHA for 06e5c4f
app/code/core/Mage/Sales/Model/Api2/Order/Comment/Rest/Admin/V1.php
@@ -54,7 +54,7 @@ protected function _create(array $filteredData)
54
Mage::getDesign()->setArea($oldArea);
55
}
56
} catch (Mage_Core_Exception $mageCoreException) {
57
- $this->_critical(self::RESOURCE_INTERNAL_ERROR, $mageCoreException->getCode());
+ $this->_critical(self::RESOURCE_INTERNAL_ERROR);
58
} catch (Throwable $throwable) {
59
Mage::logException($throwable);
60
$this->_critical(self::RESOURCE_UNKNOWN_ERROR);
0 commit comments