Skip to content

Commit 83a585e

Browse files
author
Stanislav Idolov
authored
ENGCOM-976: [Forwardport] Modify Report processor to return 500 #14190
2 parents 07418b2 + 2d69359 commit 83a585e

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)