summaryrefslogtreecommitdiffstats
path: root/owncloud-8.1.5-composer_includepath.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-composer_includepath.patch
parent5928fa18f796ff14148e465309e621576600e47a (diff)
owncloud: 8.2.3 (backported from Fedora)
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);