From baff79cc6389f449a2c49624f51dce3fe59864d0 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 15 Apr 2016 12:46:47 +0200 Subject: [PATCH] Fix loading the dropbox autoloader --- apps/files_external/lib/storage/dropbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/lib/storage/dropbox.php b/apps/files_external/lib/storage/dropbox.php index 2d83fdbe0c..55ae714657 100644 --- a/apps/files_external/lib/storage/dropbox.php +++ b/apps/files_external/lib/storage/dropbox.php @@ -33,7 +33,7 @@ use GuzzleHttp\Exception\RequestException; use Icewind\Streams\IteratorDirectory; use Icewind\Streams\RetryWrapper; -require_once __DIR__ . '/../3rdparty/Dropbox/autoload.php'; +require_once __DIR__ . '/../../3rdparty/Dropbox/autoload.php'; class Dropbox extends \OC\Files\Storage\Common {