changeset 5226:755d54cd7fd0 new-fwa

Use LOS 3 as a default.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 12 May 2020 12:37:00 +0200
parents c5599966befe
children fa55f403985b
files pkg/controllers/fwa.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/controllers/fwa.go	Tue May 12 11:31:54 2020 +0200
+++ b/pkg/controllers/fwa.go	Tue May 12 12:37:00 2020 +0200
@@ -194,7 +194,7 @@
 		return
 	}
 
-	los, ok := parseFormInt(rw, req, "los", 1)
+	los, ok := parseFormInt(rw, req, "los", 3)
 	if !ok {
 		return
 	}