diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index 13aa429..d13f74e 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -128,7 +128,7 @@ class teamController{ echo json_encode(array( 'errcode' => 0, 'errmsg' => '', - gg )); + )); } public function kickoutMember()