fixed cache mixture bug

This commit is contained in:
Bigsk 2022-08-20 17:43:41 +00:00
parent 7c868cb510
commit c1dbb8e514

View File

@ -61,7 +61,7 @@ if (file_exists("teams/".$team)) {
} }
if ($DEBUG) var_dump($team_object); if ($DEBUG) var_dump($team_object);
} else { } else {
$team_object = json_decode($local_donor, true); $team_object = json_decode($local_team, true);
} }
} else { } else {
// Request for data // Request for data