1
This commit is contained in:
parent
d9eeb30116
commit
1d891b05f7
@ -150,6 +150,12 @@ class MatchController extends BaseAuthedController {
|
|||||||
}
|
}
|
||||||
$matchInfo['state'] = 1;
|
$matchInfo['state'] = 1;
|
||||||
{
|
{
|
||||||
|
$teamDb = $this->readTeamDb($r, $teamUuid);
|
||||||
|
array_push($matchInfo['team_list'], $teamDb);
|
||||||
|
}
|
||||||
|
{
|
||||||
|
$teamDb = $this->readTeamDb($r, $matchOkDb['target_team']);
|
||||||
|
array_push($matchInfo['team_list'], $teamDb);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user