From 0101c669cc2cf4efa0a6246e5304463b66d83c35 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Fri, 21 Feb 2003 01:51:46 +0000 Subject: Renamed some functions in cache manager, now unloads vars properly before the page is output. git-svn-id: file:///svn/phpbb/trunk@3479 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') 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://'; -- cgit v1.2.1