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.
2 parents 3f3287f + 216fcce commit acb5488Copy full SHA for acb5488
pub/errors/processor.php
@@ -215,7 +215,7 @@ public function process503()
215
public function processReport()
216
{
217
$this->pageTitle = 'There has been an error processing your request';
218
- $this->_response->setHttpResponseCode(503);
+ $this->_response->setHttpResponseCode(500);
219
220
$this->showErrorMsg = false;
221
$this->showSentMsg = false;
0 commit comments