don't always use lowercase
This commit is contained in:
parent
0972f86714
commit
40a5e9be3f
@ -736,8 +736,7 @@ func (self *httpFrontend) handle_postRequest(pr *postRequest, b bannedFunc, e er
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// always lower case newsgroups
|
board := pr.Group
|
||||||
board := strings.ToLower(pr.Group)
|
|
||||||
|
|
||||||
// post fail message
|
// post fail message
|
||||||
banned, err = self.daemon.database.NewsgroupBanned(board)
|
banned, err = self.daemon.database.NewsgroupBanned(board)
|
||||||
|
Reference in New Issue
Block a user