Skip to content

Commit c1dbb8e

Browse files
committed
fixed cache mixture bug
1 parent 7c868cb commit c1dbb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262
if ($DEBUG) var_dump($team_object);
6363
} else {
64-
$team_object = json_decode($local_donor, true);
64+
$team_object = json_decode($local_team, true);
6565
}
6666
} else {
6767
// Request for data

0 commit comments

Comments
 (0)