1
0
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:
Marc Alexander 2016-02-26 16:57:48 +01:00
parent b6cf2d7284
commit db1b73a3f4

View File

@ -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;