From a5d438756d574ee02db2d2cdd9b8c7d83bd21ef9 Mon Sep 17 00:00:00 2001 From: David M Date: Thu, 29 Dec 2005 22:27:23 +0000 Subject: [PATCH] // TODO: Buy more bug spray - Somebody forgot a global variable... git-svn-id: file:///svn/phpbb/trunk@5396 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 21beb63b11..5a7d1bf066 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -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'))