summaryrefslogtreecommitdiffstats
path: root/owncloud-8.1.5-google_autoload.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-23 09:07:11 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-23 09:07:11 +0100
commitb3c87c01045870ca7999263f9bff4802a713cfe7 (patch)
tree8f9b91fc0ac9c4eb8085239d986f50324014d6b2 /owncloud-8.1.5-google_autoload.patch
parent5928fa18f796ff14148e465309e621576600e47a (diff)
owncloud: 8.2.3 (backported from Fedora)
Diffstat (limited to 'owncloud-8.1.5-google_autoload.patch')
-rw-r--r--owncloud-8.1.5-google_autoload.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/owncloud-8.1.5-google_autoload.patch b/owncloud-8.1.5-google_autoload.patch
deleted file mode 100644
index 00aa63d..0000000
--- a/owncloud-8.1.5-google_autoload.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/apps/files_external/ajax/google.php b/apps/files_external/ajax/google.php
-index e094367..8f2638b 100644
---- a/apps/files_external/ajax/google.php
-+++ b/apps/files_external/ajax/google.php
-@@ -26,7 +26,7 @@
- */
- set_include_path(get_include_path().PATH_SEPARATOR.
- \OC_App::getAppPath('files_external').'/3rdparty/google-api-php-client/src');
--require_once 'Google/Client.php';
-+require_once 'Google/autoload.php';
-
- OCP\JSON::checkAppEnabled('files_external');
- OCP\JSON::checkLoggedIn();
-diff --git a/apps/files_external/lib/google.php b/apps/files_external/lib/google.php
-index 8199d97..4bec351 100644
---- a/apps/files_external/lib/google.php
-+++ b/apps/files_external/lib/google.php
-@@ -34,8 +34,7 @@ namespace OC\Files\Storage;
-
- set_include_path(get_include_path().PATH_SEPARATOR.
- \OC_App::getAppPath('files_external').'/3rdparty/google-api-php-client/src');
--require_once 'Google/Client.php';
--require_once 'Google/Service/Drive.php';
-+require_once 'Google/autoload.php';
-
- class Google extends \OC\Files\Storage\Common {
-