Plugin Directory

Changeset 478201


Ignore:
Timestamp:
12/20/2011 09:03:15 PM (13 years ago)
Author:
Messenlehner
Message:

1.0.5 updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-google-plus-connect/trunk/src/auth/apiOAuth2.php

    r460379 r478201  
    110110      throw new apiAuthException("Could not json decode the access token");
    111111    }
    112     if (! isset($accessToken['access_token']) || ! isset($accessToken['expires_in']) || ! isset($accessToken['refresh_token'])) {
     112    //if (! isset($accessToken['access_token']) || ! isset($accessToken['expires_in']) || ! isset($accessToken['refresh_token'])) {
     113    if (! isset($accessToken['access_token']) || ! isset($accessToken['expires_in']) ) {
    113114      throw new apiAuthException("Invalid token format");
    114115    }
Note: See TracChangeset for help on using the changeset viewer.