summaryrefslogtreecommitdiffstats
path: root/model/team.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/team.go')
-rw-r--r--model/team.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/team.go b/model/team.go
index 74d371ac2..4fe03f2fc 100644
--- a/model/team.go
+++ b/model/team.go
@@ -233,7 +233,7 @@ func IsReservedTeamName(s string) bool {
func IsValidTeamName(s string) bool {
- if !IsValidAlphaNum(s, false) {
+ if !IsValidAlphaNum(s) {
return false
}