summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-30 22:13:25 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-30 22:13:25 +0000
commit46c1d9239f4996bf0320c17fcac7443be6c475e5 (patch)
tree6fe8e72cfc1ca8112d9f0d063ea91616005fa87c /update.php
parent315c419322526294d9f53ab44bdbcc4bdef02e7b (diff)
downloadbrdo-46c1d9239f4996bf0320c17fcac7443be6c475e5.tar.gz
brdo-46c1d9239f4996bf0320c17fcac7443be6c475e5.tar.bz2
#200028 follow up by dww: clear update module cache on update.php run as well
Diffstat (limited to 'update.php')
-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');