@@ -36,7 +36,7 @@ |
||
| 36 | 36 | try { |
| 37 | 37 | $accessToken = $client->getAccessToken( |
| 38 | 38 | $_SESSION['oauth2_session'], // URI from session |
| 39 | - $_GET['code'], // the code value (e.g. 12345) |
|
| 39 | + $_GET['code'], // the code value (e.g. 12345) |
|
| 40 | 40 | $_GET['state'] // the state value (e.g. abcde) |
| 41 | 41 | ); |
| 42 | 42 | |