Merge pull request #24806 from owncloud/fix-path-to-3rdparty-after-move-to-lib-Lib
Fix import path for 3rdparty dropbox autoloader
This commit is contained in:
commit
4ffc936624
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