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.
1 parent 83b64b4 commit 7f3b27aCopy full SHA for 7f3b27a
system/CodeIgniter.php
@@ -979,8 +979,7 @@ protected function display404errors(PageNotFoundException $e)
979
// Display 404 Errors
980
$this->response->setStatusCode($e->getCode());
981
982
- echo $this->outputBufferingEnd();
983
- flush();
+ $this->outputBufferingEnd();
984
985
// Throws new PageNotFoundException and remove exception message on production.
986
throw PageNotFoundException::forPageNotFound(
0 commit comments