From 46c1d9239f4996bf0320c17fcac7443be6c475e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 30 Jan 2008 22:13:25 +0000 Subject: #200028 follow up by dww: clear update module cache on update.php run as well --- update.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'update.php') diff --git a/update.php b/update.php index 0d5b0e0f9..8eb33430a 100644 --- a/update.php +++ b/update.php @@ -362,6 +362,10 @@ function update_results_page() { function update_info_page() { // Change query-strings on css/js files to enforce reload for all users. _drupal_flush_css_js(); + // Flush the cache of all data for the update status module. + if (db_table_exists('cache_update')) { + cache_clear_all('*', 'cache_update', '*'); + } update_task_list('info'); drupal_set_title('Drupal database update'); -- cgit v1.2.3