Fix loading the dropbox autoloader
This commit is contained in:
parent
7529605676
commit
baff79cc63
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue