diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php b/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php index e66f34c1efd..6cf7c1a190f 100644 --- a/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php +++ b/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php @@ -161,7 +161,7 @@ class Google_Auth_OAuth2 extends Google_Auth_Abstract $params['state'] = $this->state; } - return self::OAUTH2_AUTH_URL . "?" . http_build_query($params); + return self::OAUTH2_AUTH_URL . "?" . http_build_query($params, '', '&'); } /** |