@@ -45,7 +45,7 @@ |
||
| 45 | 45 | $client->setUserId($userId); |
| 46 | 46 | $client->handleCallback( |
| 47 | 47 | $_SESSION['session'], // URI from session |
| 48 | - $_GET['code'], // the code value (e.g. 12345) |
|
| 48 | + $_GET['code'], // the code value (e.g. 12345) |
|
| 49 | 49 | $_GET['state'] // the state value (e.g. abcde) |
| 50 | 50 | ); |
| 51 | 51 | |