Finish new organization members and invitation page

This commit is contained in:
Unknwon 2014-08-15 18:29:41 +08:00
parent 3e32b14ad4
commit 36b4c57ff1
24 changed files with 450 additions and 208 deletions

View file

@ -227,7 +227,7 @@ func Action(ctx *middleware.Context) {
}
if err != nil {
log.Error(4, "repo.Action(%s): %v", ctx.Params(":action"), err)
log.Error(4, "Action(%s): %v", ctx.Params(":action"), err)
ctx.JSON(200, map[string]interface{}{
"ok": false,
"err": err.Error(),