mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 04:42:04 +02:00
[ticket/14496] Destroy update_list_time cache variable on intro
PHPBB3-14496
This commit is contained in:
parent
b6cf2d7284
commit
db1b73a3f4
@ -283,6 +283,7 @@ class install_update extends module
|
||||
|
||||
// Make sure the update list is destroyed.
|
||||
$cache->destroy('_update_list');
|
||||
$cache->destroy('_update_list_time');
|
||||
$cache->destroy('_diff_files');
|
||||
$cache->destroy('_expected_files');
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user