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-autoloader_paths.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'owncloud-8.1.5-autoloader_paths.patch') diff --git a/owncloud-8.1.5-autoloader_paths.patch b/owncloud-8.1.5-autoloader_paths.patch index a43da08..e055c88 100644 --- a/owncloud-8.1.5-autoloader_paths.patch +++ b/owncloud-8.1.5-autoloader_paths.patch @@ -2,7 +2,7 @@ diff --git a/lib/base.php b/lib/base.php index bb60273..0f4021d 100644 --- a/lib/base.php +++ b/lib/base.php -@@ -527,7 +527,10 @@ class OC { +@@ -527,7 +527,9 @@ class OC { if (!file_exists($vendorAutoLoad)) { throw new \RuntimeException('Composer autoloader not found, unable to continue. Check the folder "3rdparty".'); } @@ -10,7 +10,6 @@ index bb60273..0f4021d 100644 + $loader = require_once $vendorAutoLoad; + $loader->add('Pimple', '/usr/share/php/Pimple'); + $loader->add('Sabre', '/usr/share/php'); -+ $loader->add('Sabre\VObject', '/usr/share/pear'); } catch (\RuntimeException $e) { OC_Response::setStatus(OC_Response::STATUS_SERVICE_UNAVAILABLE); -- cgit