aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 823e62febd..c9a0ac9876 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -741,7 +741,7 @@ function redirect($url)
}
if (isset($cache))
{
- $cache->save_cache();
+ $cache->unload();
}
$server_protocol = ($config['cookie_secure']) ? 'https://' : 'http://';