[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. // 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;