diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-24 10:58:16 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-24 12:22:30 +0200 |
commit | 4635ed7748d62ac880ef93f68a58f2663bb1c165 (patch) | |
tree | 1072764eabcc193d311673addadebf159f53c1dd /apps/files_external/lib | |
parent | c23bc911984d60746142e043f3df88dd33cb0ddd (diff) | |
download | nextcloud-server-4635ed7748d62ac880ef93f68a58f2663bb1c165.tar.gz nextcloud-server-4635ed7748d62ac880ef93f68a58f2663bb1c165.zip |
Fix autoloading for new google SDK lib
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r-- | apps/files_external/lib/Lib/Storage/Google.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/lib/Lib/Storage/Google.php b/apps/files_external/lib/Lib/Storage/Google.php index 50d8849db11..1fe96efcbfe 100644 --- a/apps/files_external/lib/Lib/Storage/Google.php +++ b/apps/files_external/lib/Lib/Storage/Google.php @@ -40,8 +40,6 @@ use Icewind\Streams\RetryWrapper; set_include_path(get_include_path().PATH_SEPARATOR. \OC_App::getAppPath('files_external').'/3rdparty/google-api-php-client/src'); require_once 'Google/autoload.php'; -require_once 'Google/Client.php'; -require_once 'Google/Service/Drive.php'; class Google extends \OC\Files\Storage\Common { |