Skip to content

Commit 3447fcd

Browse files
committed
Fix error controller
RequestHandlerComponent is no more, loading this breaks error page rendering.
1 parent 72f9742 commit 3447fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controller/ErrorController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ErrorController extends AppController
3232
*/
3333
public function initialize(): void
3434
{
35-
$this->loadComponent('RequestHandler');
35+
// Only add parent::initialize() if you are confident your appcontroller is safe.
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)