diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-02-26 16:57:48 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-02-26 16:58:04 +0100 |
commit | db1b73a3f4c8a7c11b493c930a080c3dfafb086b (patch) | |
tree | d43ac797d6ae9708ff875983e386007c9a6493b6 /phpBB | |
parent | b6cf2d7284b62c263d563995c3edecf9e8d88ca7 (diff) | |
download | forums-db1b73a3f4c8a7c11b493c930a080c3dfafb086b.tar forums-db1b73a3f4c8a7c11b493c930a080c3dfafb086b.tar.gz forums-db1b73a3f4c8a7c11b493c930a080c3dfafb086b.tar.bz2 forums-db1b73a3f4c8a7c11b493c930a080c3dfafb086b.tar.xz forums-db1b73a3f4c8a7c11b493c930a080c3dfafb086b.zip |
[ticket/14496] Destroy update_list_time cache variable on intro
PHPBB3-14496
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/install_update.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |