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.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) {