summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update.php4
1 files changed, 4 insertions, 0 deletions
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');