mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
Merge branch 'ticket/bantu/9793' into develop-olympus
* ticket/bantu/9793: [ticket/9793] Make sure send_status_line() is defined when in avatar mode.
This commit is contained in:
commit
bb4eb41088
@ -48,6 +48,7 @@ if (isset($_GET['avatar']))
|
||||
require($phpbb_root_path . 'includes/cache.' . $phpEx);
|
||||
require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
|
||||
require($phpbb_root_path . 'includes/constants.' . $phpEx);
|
||||
require($phpbb_root_path . 'includes/functions.' . $phpEx);
|
||||
|
||||
$db = new $sql_db();
|
||||
$cache = new cache();
|
||||
|
Loading…
x
Reference in New Issue
Block a user