1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-27 05:31:32 +01:00

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
This commit is contained in:
Ludovic Arnaud
2003-02-21 01:51:46 +00:00
parent 389095086d
commit 0101c669cc
5 changed files with 59 additions and 50 deletions

View File

@@ -131,7 +131,7 @@ function page_footer($copyright_html = true)
if (!empty($cache))
{
$cache->save_cache();
$cache->unload();
}
exit;