Skip to content

Commit 216fcce

Browse files
committed
MAGETWO-82069: Modify Report processor to return 500 #11513
- Merge Pull Request #11513 from andrewhowdencom/magento2:patch-1 - Merged commits: 1. b4bfe4b
2 parents 080a341 + b4bfe4b commit 216fcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub/errors/processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function process503()
215215
public function processReport()
216216
{
217217
$this->pageTitle = 'There has been an error processing your request';
218-
$this->_response->setHttpResponseCode(503);
218+
$this->_response->setHttpResponseCode(500);
219219

220220
$this->showErrorMsg = false;
221221
$this->showSentMsg = false;

0 commit comments

Comments
 (0)