aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-05-17 10:11:21 +0200
committerVincent Petry <pvince81@owncloud.com>2016-05-17 10:11:21 +0200
commit5585fa0a6875c69dfba44a2ec683a8f2cf420521 (patch)
tree405be8fc74579a10421e49e60497fae4da53a4bc /apps
parentca8d2e2f2e3c4818818a18aa8fad54085e09c1a2 (diff)
parent0d8393178b8114aef6333222bf4e598094cb6276 (diff)
downloadnextcloud-server-5585fa0a6875c69dfba44a2ec683a8f2cf420521.tar.gz
nextcloud-server-5585fa0a6875c69dfba44a2ec683a8f2cf420521.zip
Merge pull request #24630 from owncloud/one-shall-adjust-the-path
Use proper path
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/lib/storage/google.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/storage/google.php b/apps/files_external/lib/storage/google.php
index 8d1fe808130..13e89299c22 100644
--- a/apps/files_external/lib/storage/google.php
+++ b/apps/files_external/lib/storage/google.php
@@ -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())) {