diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index 7ff30d2..60c73e0 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -73,7 +73,7 @@ class teamController{ echo json_encode(array( 'errcode' => 0, 'errmsg'=> '', - 'team_uuid' => $_REQUSET['team_uuid'], + 'team_uuid' => $team_uuid, 'auto_fill' => $user_db['auto_fill'], 'member_list' => $member_list, ));