From db1b73a3f4c8a7c11b493c930a080c3dfafb086b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 26 Feb 2016 16:57:48 +0100 Subject: [PATCH] [ticket/14496] Destroy update_list_time cache variable on intro PHPBB3-14496 --- phpBB/install/install_update.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index ba054d1747..a00280a925 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -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;