houyaf 3 rokov pred
rodič
commit
20fff91e07
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      web/controllers/group_controller.go

+ 1 - 1
web/controllers/group_controller.go

@@ -58,7 +58,7 @@ func (c *GroupController) Create() *JsonResult {
     }
 }
 
-func (c *GroupController) Update(groupId int64) *JsonResult {
+func (c *GroupController) Update() *JsonResult {
     ocId   := c.GetCurOcId()
     userId := c.GetCurUserId()