aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
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'))