summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/update.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/update.js b/misc/update.js
index e4358d269..1b79a74e5 100644
--- a/misc/update.js
+++ b/misc/update.js
@@ -11,7 +11,7 @@ if (isJsEnabled()) {
}
}
- this.progress = new progressBar('updateprogress', updateCallback, HTTPPost);
+ this.progress = new progressBar('updateprogress', updateCallback, HTTPGet);
this.progress.setProgress(-1, 'Starting updates...');
$('progress').appendChild(this.progress.element);
this.progress.startMonitoring('update.php?op=do_update', 0);