1
This commit is contained in:
parent
6bdf42690b
commit
596204edca
@ -148,8 +148,14 @@ class MatchController extends BaseAuthedController {
|
||||
if (!$found) {
|
||||
$this->matchOk($r, $teamUuid, $val);
|
||||
$this->fillMatchInfo($r, $teamUuid, $matchInfo, $this->readMatchOk($r, $teamUuid));
|
||||
array_push($delTeams, $key);
|
||||
}
|
||||
}
|
||||
}//end foreach $currMatchDb
|
||||
if (count($delTeams) > 0) {
|
||||
foreach ($delTeams as $id) {
|
||||
unset($delTeams[$id]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user