[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

View file

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