[ticket/14285] Terminate after send file

PHPBB3-14285
This commit is contained in:
Rubén Calvo 2018-07-17 22:33:03 +02:00 committed by rubencm
parent d105d22286
commit 8725d0b23e

View file

@ -85,7 +85,9 @@ class controller
throw new http_exception(500, 'Headers already sent');
}
return $this->response;
$this->response->send();
exit;
}
/**