missing )

This commit is contained in:
Alicia 2019-02-23 16:22:16 +00:00
parent ce53ca26a8
commit fe1e6d5a31
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ func registerSubmit(c *gin.Context) {
setYCookie(int(lid), c)
logIP(c, int(lid))
db.Exec("UPDATE beta_keys SET allowed = 0 WHERE key_md5 = ?", cmd5(c.PostForm("key"))
db.Exec("UPDATE beta_keys SET allowed = 0 WHERE key_md5 = ?", cmd5(c.PostForm("key")))
rd.Incr("ripple:registered_users")