From 5928fa18f796ff14148e465309e621576600e47a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Mar 2016 12:52:45 +0100 Subject: owncloud: 8.1.6 --- owncloud-8.1.5-composer_includepath.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'owncloud-8.1.5-composer_includepath.patch') 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) { -- cgit