summaryrefslogtreecommitdiffstats
path: root/owncloud-8.2.3-google-autoloader.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-31 16:32:29 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-31 16:32:29 +0200
commit68dacf2b5b198dac82f38b09617175b4087f9af1 (patch)
treec839916c0d853583e91a2fc33781fcbe0632e645 /owncloud-8.2.3-google-autoloader.patch
parentaa9951a13707c9b7935bebcdc49057e7baaffe69 (diff)
owncloud: 9.0.2
Diffstat (limited to 'owncloud-8.2.3-google-autoloader.patch')
-rw-r--r--owncloud-8.2.3-google-autoloader.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/owncloud-8.2.3-google-autoloader.patch b/owncloud-8.2.3-google-autoloader.patch
deleted file mode 100644
index bf94192..0000000
--- a/owncloud-8.2.3-google-autoloader.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/apps/files_external/ajax/oauth2.php b/apps/files_external/ajax/oauth2.php
-index fbe60e1..bc7d285 100644
---- a/apps/files_external/ajax/oauth2.php
-+++ b/apps/files_external/ajax/oauth2.php
-@@ -25,9 +25,6 @@
- * along with this program. If not, see <http://www.gnu.org/licenses/>
- *
- */
--set_include_path(get_include_path().PATH_SEPARATOR.
-- \OC_App::getAppPath('files_external').'/3rdparty/google-api-php-client/src');
--require_once 'Google/Client.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 eba2ee7..9ed0de1 100644
---- a/apps/files_external/lib/google.php
-+++ b/apps/files_external/lib/google.php
-@@ -35,10 +35,6 @@ namespace OC\Files\Storage;
-
- use Icewind\Streams\IteratorDirectory;
-
--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';
-
- class Google extends \OC\Files\Storage\Common {
-