summaryrefslogtreecommitdiffstats
path: root/owncloud-8.1.5-composer_includepath.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-21 12:52:45 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-21 12:52:45 +0100
commit5928fa18f796ff14148e465309e621576600e47a (patch)
treeb880fb6607b3e7ecd18f045fab46bc4f14f6d3e3 /owncloud-8.1.5-composer_includepath.patch
parentcf476b262715557a3dc523f9878b49fd15708705 (diff)
owncloud: 8.1.6
Diffstat (limited to 'owncloud-8.1.5-composer_includepath.patch')
-rw-r--r--owncloud-8.1.5-composer_includepath.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/owncloud-8.1.5-composer_includepath.patch b/owncloud-8.1.5-composer_includepath.patch
index fb1966a..1f4e4d5 100644
--- a/owncloud-8.1.5-composer_includepath.patch
+++ b/owncloud-8.1.5-composer_includepath.patch
@@ -2,10 +2,9 @@ diff --git a/lib/base.php b/lib/base.php
index 0f4021d..431a1f3 100644
--- a/lib/base.php
+++ b/lib/base.php
-@@ -531,6 +531,7 @@ class OC {
+@@ -531,5 +531,6 @@ class OC {
$loader->add('Pimple', '/usr/share/php/Pimple');
$loader->add('Sabre', '/usr/share/php');
- $loader->add('Sabre\VObject', '/usr/share/pear');
+ $loader->setUseIncludePath(true);
} catch (\RuntimeException $e) {