1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +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:
Nils Adermann 2010-08-30 00:19:31 +02:00
commit bb4eb41088

View File

@ -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();