mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02: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:
@@ -741,7 +741,7 @@ function redirect($url)
|
||||
}
|
||||
if (isset($cache))
|
||||
{
|
||||
$cache->save_cache();
|
||||
$cache->unload();
|
||||
}
|
||||
|
||||
$server_protocol = ($config['cookie_secure']) ? 'https://' : 'http://';
|
||||
|
Reference in New Issue
Block a user