diff options
author | David M <davidmj@users.sourceforge.net> | 2005-12-29 22:27:23 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2005-12-29 22:27:23 +0000 |
commit | a5d438756d574ee02db2d2cdd9b8c7d83bd21ef9 (patch) | |
tree | 0661e10a8d02b4761e03382ca07f93118391282b | |
parent | 85f502a52b31c589f3069141a49413ef2078bbb0 (diff) | |
download | forums-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
-rw-r--r-- | phpBB/adm/index.php | 2 |
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')) |