From 5c29f5cc9a245ffdf22d1f7846aa709af029fcb4 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 16 Dec 2005 13:21:24 +0000
Subject: [PATCH] - Patch #40677 by Thox: make the upgrade path work in Opera.

---
 misc/update.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/update.js b/misc/update.js
index e4358d269172..1b79a74e59e8 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);
-- 
GitLab