diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-02-21 01:51:46 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-02-21 01:51:46 +0000 |
| commit | 0101c669cc2cf4efa0a6246e5304463b66d83c35 (patch) | |
| tree | b604f64efaea888466bfefaeb98ac9934d13d76c /phpBB/includes/functions.php | |
| parent | 389095086db061f31cb9dde6003f44298821ab93 (diff) | |
| download | forums-0101c669cc2cf4efa0a6246e5304463b66d83c35.tar forums-0101c669cc2cf4efa0a6246e5304463b66d83c35.tar.gz forums-0101c669cc2cf4efa0a6246e5304463b66d83c35.tar.bz2 forums-0101c669cc2cf4efa0a6246e5304463b66d83c35.tar.xz forums-0101c669cc2cf4efa0a6246e5304463b66d83c35.zip | |
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
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 2 |
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://'; |
