From 1c68d34c22d04312adebf4103744b88c20787779 Mon Sep 17 00:00:00 2001
From: Shish <shish@shishnet.org>
Date: Mon, 11 Oct 2010 12:20:49 +0100
Subject: [PATCH] what the fuck, php? this should not be necessary :/

---
 ext/upload/theme.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/upload/theme.php b/ext/upload/theme.php
index d5419707..e4378e04 100644
--- a/ext/upload/theme.php
+++ b/ext/upload/theme.php
@@ -50,7 +50,7 @@ class UploadTheme extends Themelet {
 				});
 			});
 			</script>
-			".make_form(make_link("upload"), $multipart=True)."
+			".make_form(make_link("upload"), "POST", $multipart=True)."
 				<table id='large_upload_form'>
 					$upload_list
 					<tr><td>Tags</td><td colspan='3'><input id='tag_box' name='tags' type='text'></td></tr>
@@ -120,7 +120,7 @@ class UploadTheme extends Themelet {
 				});
 			});
 			</script>
-			".make_form(make_link("upload"), $multipart=True)."
+			".make_form(make_link("upload"), "POST", $multipart=True)."
 				$upload_list
 				<input id='tag_input' name='tags' type='text' autocomplete='off'>
 				<input type='submit' value='Post'>