summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-15 08:46:57 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-15 08:46:57 +0000
commit05c20c778190696c2f95e1a4f04bc51dafe811d1 (patch)
treea487923915b5160f645f95bd1b42ae88f7157c0d /update.php
parent599fae437a3b2bfd9fb6790282a4fc1eaf2c2853 (diff)
downloadbrdo-05c20c778190696c2f95e1a4f04bc51dafe811d1.tar.gz
brdo-05c20c778190696c2f95e1a4f04bc51dafe811d1.tar.bz2
#54002, Cached JS files break new drupal js error reporting behavior. Improved patch by chx
Diffstat (limited to 'update.php')
-rw-r--r--update.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.php b/update.php
index 917f016f1..973ed1c8d 100644
--- a/update.php
+++ b/update.php
@@ -353,8 +353,7 @@ function update_selection_page() {
drupal_set_title('Drupal database update');
// Prevent browser from using cached drupal.js or update.js
- drupal_add_js('misc/update.js?'.time());
- drupal_add_js('misc/drupal.js?'.time());
+ drupal_add_js('misc/update.js', TRUE);
$output .= drupal_get_form('update_script_selection_form', $form);
return $output;