From b2cea59c3e195d877183189ac955cf44c2322b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Thu, 2 Aug 2018 18:08:29 +0200 Subject: [PATCH] [ticket/14285] Add comment PHPBB3-14285 --- phpBB/phpbb/storage/controller/controller.php | 2 ++ 1 file changed, 2 insertions(+) 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; }