Fix import path for 3rdparty dropbox autoloader
We moved the file by one level
This commit is contained in:
parent
c60ef7deb8
commit
3eba0c479f
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