- Patch #40677 by Thox: make the upgrade path work in Opera.

4.7.x
Dries Buytaert 2005-12-16 13:21:24 +00:00
parent 4ea44fe783
commit 5c29f5cc9a
1 changed files with 1 additions and 1 deletions

View File

@ -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);