diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index ec2f3b54..1e2703e0 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -501,11 +501,8 @@ class TeamController extends BaseAuthedController { $teamDb['custom_room'] = array( 'custom_room_id' => $custom_room_id, 'custom_room_state' => $custom_room_state, - 'custom_room_pwd' => $custom_room_state, + 'custom_room_pwd' => $custom_room_pwd, ); -// $teamDb['custom_room_id'] = $custom_room_id; -// $teamDb['custom_room_state'] = $custom_room_state; -// $teamDb['custom_room_pwd'] = $custom_room_state; $this->saveTeamDb($r, $teamUuid, $teamDb); $this->_rspData(array( 'team_uuid' => $teamUuid