aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2005-12-29 22:27:23 +0000
committerDavid M <davidmj@users.sourceforge.net>2005-12-29 22:27:23 +0000
commita5d438756d574ee02db2d2cdd9b8c7d83bd21ef9 (patch)
tree0661e10a8d02b4761e03382ca07f93118391282b /phpBB/adm/index.php
parent85f502a52b31c589f3069141a49413ef2078bbb0 (diff)
downloadforums-a5d438756d574ee02db2d2cdd9b8c7d83bd21ef9.tar
forums-a5d438756d574ee02db2d2cdd9b8c7d83bd21ef9.tar.gz
forums-a5d438756d574ee02db2d2cdd9b8c7d83bd21ef9.tar.bz2
forums-a5d438756d574ee02db2d2cdd9b8c7d83bd21ef9.tar.xz
forums-a5d438756d574ee02db2d2cdd9b8c7d83bd21ef9.zip
// TODO: Buy more bug spray
- Somebody forgot a global variable... git-svn-id: file:///svn/phpbb/trunk@5396 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php2
1 files changed, 1 insertions, 1 deletions
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'))