summaryrefslogtreecommitdiff
path: root/system/api/external.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/api/external.go')
-rw-r--r--system/api/external.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/api/external.go b/system/api/external.go
index 0c2423b..52510c0 100644
--- a/system/api/external.go
+++ b/system/api/external.go
@@ -72,7 +72,7 @@ func externalPostHandler(res http.ResponseWriter, req *http.Request) {
}
for name, urlPath := range urlPaths {
- req.PostForm.Add(name, urlPath)
+ req.PostForm.Set(name, urlPath)
}
// check for any multi-value fields (ex. checkbox fields)