1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-08 00:25:19 +02:00

// TODO: Buy more bug spray

- Somebody forgot a global variable...


git-svn-id: file:///svn/phpbb/trunk@5396 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2005-12-29 22:27:23 +00:00
parent 85f502a52b
commit a5d438756d

View File

@ -138,7 +138,7 @@ function adm_page_header($page_title)
function adm_page_footer($copyright_html = true)
{
global $db, $config, $template, $SID, $user, $auth, $starttime, $phpbb_root_path, $phpEx;
global $db, $config, $template, $SID, $user, $auth, $starttime, $phpbb_root_path, $phpEx, $cache;
// Output page creation time
if (defined('DEBUG'))