From 1c68d34c22d04312adebf4103744b88c20787779 Mon Sep 17 00:00:00 2001 From: Shish 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 { }); }); - ".make_form(make_link("upload"), $multipart=True)." + ".make_form(make_link("upload"), "POST", $multipart=True)." $upload_list @@ -120,7 +120,7 @@ class UploadTheme extends Themelet { }); }); - ".make_form(make_link("upload"), $multipart=True)." + ".make_form(make_link("upload"), "POST", $multipart=True)." $upload_list
Tags