Loading classes/login/GoogleLogin.php +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ class GoogleLogin extends LoginHandler { )); // Ask permission to obtain user email and profile information $client->setScopes(array(\Google_Service_People::USERINFO_EMAIL, \Google_Service_People::USERINFO_PROFILE)); $client->setScopes(array(\Google_Service_PeopleService::USERINFO_EMAIL, \Google_Service_PeopleService::USERINFO_PROFILE)); if (isset($_REQUEST['logout'])) { // Reset the access token stored into the session Loading Loading
classes/login/GoogleLogin.php +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ class GoogleLogin extends LoginHandler { )); // Ask permission to obtain user email and profile information $client->setScopes(array(\Google_Service_People::USERINFO_EMAIL, \Google_Service_People::USERINFO_PROFILE)); $client->setScopes(array(\Google_Service_PeopleService::USERINFO_EMAIL, \Google_Service_PeopleService::USERINFO_PROFILE)); if (isset($_REQUEST['logout'])) { // Reset the access token stored into the session Loading