summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.php b/update.php
index 5e771a824..2b5d2218b 100644
--- a/update.php
+++ b/update.php
@@ -108,6 +108,9 @@ function update_script_selection_form($form, &$form_state) {
$form['links'] = array(
'#markup' => theme('item_list', array('items' => update_helpful_links())),
);
+
+ // No updates to run, so caches won't get flushed later. Clear them now.
+ drupal_flush_all_caches();
}
else {
$form['help'] = array(