mirror of
https://code.dumpstack.io/tools/wi.git
synced 2024-11-13 05:59:19 +02:00
Fix post query
This commit is contained in:
parent
df10b44fe7
commit
5d37007921
|
@ -199,7 +199,7 @@ func Form(db *sql.DB, formID int64, formArgs []string) {
|
|||
}
|
||||
|
||||
for _, fa := range formArgs {
|
||||
nameAndValue := strings.Split(fa, " ")
|
||||
nameAndValue := strings.Split(fa, "=")
|
||||
if len(nameAndValue) != 2 {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue