Fix import path for 3rdparty dropbox autoloader

We moved the file by one level
remotes/origin/pre902-webupdate-encryption-repair
Joas Schilling 10 years ago
parent c60ef7deb8
commit 3eba0c479f
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
  1. 2
      apps/files_external/lib/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 {

Loading…
Cancel
Save