fixed cache mixture bug
This commit is contained in:
parent
7c868cb510
commit
c1dbb8e514
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user