@@ -50,7 +50,7 @@ |
||
50 | 50 | |
51 | 51 | $client->handleCallback( |
52 | 52 | $_SESSION['session'], // URI from session |
53 | - $_GET['code'], // the code value (e.g. 12345) |
|
53 | + $_GET['code'], // the code value (e.g. 12345) |
|
54 | 54 | $_GET['state'] // the state value (e.g. abcde) |
55 | 55 | ); |
56 | 56 |