diff --git a/phpBB/phpbb/storage/controller/controller.php b/phpBB/phpbb/storage/controller/controller.php index 7bf596b194..e3b4cd4d18 100644 --- a/phpBB/phpbb/storage/controller/controller.php +++ b/phpBB/phpbb/storage/controller/controller.php @@ -87,6 +87,8 @@ class controller $this->response->send(); + // Terminate script to avoid the execution of terminate events + // This avoid possible errors with db connection closed exit; }