Fix import path for 3rdparty dropbox autoloader

We moved the file by one level
This commit is contained in:
Joas Schilling 2016-05-24 12:15:53 +02:00
parent c60ef7deb8
commit 3eba0c479f
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
1 changed files with 1 additions and 1 deletions

View File

@ -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 {