1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-12 17:31:33 +02:00

[ticket/14285] Add comment

PHPBB3-14285
This commit is contained in:
Rubén Calvo
2018-08-02 18:08:29 +02:00
committed by rubencm
parent 034314c0a1
commit b2cea59c3e

@ -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;
}