From afde2e8a609e3bf8264dd05c6ddd7295460c8cae Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Fri, 23 Nov 2012 23:38:34 +0000
Subject: [PATCH] Wrong method (POST), should be GET

---
 templates/de/html/install/install_finished.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/de/html/install/install_finished.tpl b/templates/de/html/install/install_finished.tpl
index 583b50394b..f8ea6ffbee 100644
--- a/templates/de/html/install/install_finished.tpl
+++ b/templates/de/html/install/install_finished.tpl
@@ -7,7 +7,7 @@
 	{--INSTALLER_FIN_SECU--}
 </div>
 
-{%form,formMethodPost,formTarget_self=modules.php%}
+{%form,formMethodGet,formTarget_self=modules.php%}
 	<input type="hidden" name="module" value="admin" />
 	<input type="submit" class="form_submit" value="{--INSTALLER_CONTINUE_ADMIN--}" />
 {%form_close%}
-- 
2.39.5