Skip to content

Commit 12db8ae

Browse files
authored
Update app/code/core/Mage/Api2/Model/Resource.php
1 parent 96782c3 commit 12db8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/core/Mage/Api2/Model/Resource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ protected function _critical($message, $code = null, $shouldLog = true)
623623
if (!isset($errors[$message])) {
624624
throw new Exception(
625625
sprintf('Invalid error "%s" or error code missed.', $message),
626-
Mage_Api2_Model_Server::HTTP_INTERNAL_ERROR
626+
Mage_Api2_Model_Server::HTTP_INTERNAL_ERROR,
627627
);
628628
}
629629
$code = $errors[$message];

0 commit comments

Comments
 (0)