diff --git a/phpBB/phpbb/storage/controller/controller.php b/phpBB/phpbb/storage/controller/controller.php index d36cd6e207..97ecd92730 100644 --- a/phpBB/phpbb/storage/controller/controller.php +++ b/phpBB/phpbb/storage/controller/controller.php @@ -65,7 +65,7 @@ class controller throw new http_exception(500, 'Headers already sent'); } - return $this->response->send(); + return $this->response; } protected function is_allowed($file)