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