diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php index feb970a7f..2dcda2914 100644 --- a/update.php +++ b/update.php @@ -400,6 +400,7 @@ function update_finished($success, $results, $operations) { cache_clear_all('*', 'cache_page', TRUE); cache_clear_all('*', 'cache_filter', TRUE); drupal_clear_css_cache(); + drupal_clear_js_cache(); $_SESSION['update_results'] = $results; $_SESSION['update_success'] = $success; |