diff --git a/webapp/controller/MatchController.class.php b/webapp/controller/MatchController.class.php index 64db3ccb..e53053e3 100644 --- a/webapp/controller/MatchController.class.php +++ b/webapp/controller/MatchController.class.php @@ -207,7 +207,7 @@ class MatchController extends BaseAuthedController { 'zid' => '', 'node_id' => '', 'room_uuid' => '', - 'start_time' => myself()->_GetNowTime(), + 'start_time' => $matchOkDb['match_time'], 'team_list' => array() ); $teamList = array();