summaryrefslogtreecommitdiffstats
path: root/owncloud-8.1.5-composer_includepath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'owncloud-8.1.5-composer_includepath.patch')
-rw-r--r--owncloud-8.1.5-composer_includepath.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/owncloud-8.1.5-composer_includepath.patch b/owncloud-8.1.5-composer_includepath.patch
deleted file mode 100644
index 1f4e4d5..0000000
--- a/owncloud-8.1.5-composer_includepath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/lib/base.php b/lib/base.php
-index 0f4021d..431a1f3 100644
---- a/lib/base.php
-+++ b/lib/base.php
-@@ -531,5 +531,6 @@ class OC {
- $loader->add('Pimple', '/usr/share/php/Pimple');
- $loader->add('Sabre', '/usr/share/php');
-+ $loader->setUseIncludePath(true);
-
- } catch (\RuntimeException $e) {
- OC_Response::setStatus(OC_Response::STATUS_SERVICE_UNAVAILABLE);