From 7a7b2cdd1e566ae586a4e4cd5c2ee63521187941 Mon Sep 17 00:00:00 2001
From: "Aldo \"xoen\" Giambelluca" <xoen@xoen.org>
Date: Sat, 10 Jul 2010 05:43:41 +0200
Subject: [PATCH] Fixed validation of /settings

In 'inc/templates/configform.php'
  * action attribute of form specified
  * put the hidden input in a div for validation
---
 inc/templates/configform.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc/templates/configform.php b/inc/templates/configform.php
index 63e0e0a7d1..e53235cf82 100755
--- a/inc/templates/configform.php
+++ b/inc/templates/configform.php
@@ -35,8 +35,8 @@ changepassset=function(){
 </form>
 <!--dissabled for now
 Groups:-->
-<form method="post" enctype="multipart/form-data">
-<input type='hidden' name='creategroup' value='1'>
+<form method="post" enctype="multipart/form-data" action="#">
+<div><input type='hidden' name='creategroup' value='1' /></div>
 <table cellpadding="5" cellspacing="5" border="0" class="loginform">
 <tr><td colspan='2' class='center'>Current groups</td></tr>
 <?php
-- 
GitLab