Merge pull request #24630 from owncloud/one-shall-adjust-the-path

Use proper path
This commit is contained in:
Vincent Petry 2016-05-17 10:11:21 +02:00
commit 5585fa0a68
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ class Google extends \OC\Files\Storage\Common {
$response = $client->get($downloadUrl, [
'headers' => $httpRequest->getRequestHeaders(),
'stream' => true,
'verify' => __DIR__ . '/../3rdparty/google-api-php-client/src/Google/IO/cacerts.pem',
'verify' => __DIR__ . '/../../3rdparty/google-api-php-client/src/Google/IO/cacerts.pem',
]);
} catch (RequestException $e) {
if(!is_null($e->getResponse())) {