Commit bbf74f79 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fix class name.

parent b2fddfe6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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