Skip to content

Commit ec5d57b

Browse files
author
Stanislav Idolov
authored
ENGCOM-2565: [Backport] Modify Report processor to return 500 #17241
2 parents ad8bcd9 + 4df1e1b commit ec5d57b

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
@@ -203,7 +203,7 @@ public function process503()
203203
public function processReport()
204204
{
205205
$this->pageTitle = 'There has been an error processing your request';
206-
$this->_response->setHttpResponseCode(503);
206+
$this->_response->setHttpResponseCode(500);
207207

208208
$this->showErrorMsg = false;
209209
$this->showSentMsg = false;

0 commit comments

Comments
 (0)