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