mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14285] Fix return
PHPBB3-14285
This commit is contained in:
parent
d0fa8014c7
commit
6f69803a53
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue