ee
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -284,8 +284,8 @@ public function isGoogleFolderCreated($cust_id) | ... | @@ -284,8 +284,8 @@ public function isGoogleFolderCreated($cust_id) |
| 284 | 284 | ||
| 285 | $client->setApprovalPrompt('force'); | 285 | $client->setApprovalPrompt('force'); |
| 286 | 286 | ||
| 287 | 287 | $code = Input::get('code'); | |
| 288 | $client->authenticate(Input::get('code')); | 288 | $client->authenticate($code); |
| 289 | $_SESSION['token'] = $client->getAccessToken(); | 289 | $_SESSION['token'] = $client->getAccessToken(); |
| 290 | 290 | ||
| 291 | 291 | ... | ... |
-
Please register or sign in to post a comment