@@ -64,7 +64,7 @@ |
||
| 64 | 64 | // handle the callback from the OAuth server |
| 65 | 65 | $client->handleCallback( |
| 66 | 66 | $_SESSION['_oauth2_session'], // URI from session |
| 67 | - $_GET['code'], // the authorization_code |
|
| 67 | + $_GET['code'], // the authorization_code |
|
| 68 | 68 | $_GET['state'] // the state |
| 69 | 69 | ); |
| 70 | 70 | |