We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c868cb commit c1dbb8eCopy full SHA for c1dbb8e
index.php
@@ -61,7 +61,7 @@
61
}
62
if ($DEBUG) var_dump($team_object);
63
} else {
64
- $team_object = json_decode($local_donor, true);
+ $team_object = json_decode($local_team, true);
65
66
67
// Request for data
0 commit comments