From cf476b262715557a3dc523f9878b49fd15708705 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Mar 2016 13:43:36 +0100 Subject: owncloud 8.1.5 (backported from Fedora) --- owncloud-8.0.1-autoloader_paths.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 owncloud-8.0.1-autoloader_paths.patch (limited to 'owncloud-8.0.1-autoloader_paths.patch') diff --git a/owncloud-8.0.1-autoloader_paths.patch b/owncloud-8.0.1-autoloader_paths.patch deleted file mode 100644 index bb471f8..0000000 --- a/owncloud-8.0.1-autoloader_paths.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- owncloud/lib/base.php 2014-07-29 00:27:51.154263240 -0700 -+++ owncloud/lib/base.php.new 2014-07-29 00:30:26.998084605 -0700 -@@ -475,7 +475,10 @@ - // setup 3rdparty autoloader - $vendorAutoLoad = OC::$THIRDPARTYROOT . '/3rdparty/autoload.php'; - if (file_exists($vendorAutoLoad)) { -- require_once $vendorAutoLoad; -+ $loader = require_once $vendorAutoLoad; -+ $loader->add('Pimple', '/usr/share/php/Pimple'); -+ $loader->add('Sabre', '/usr/share/php'); -+ $loader->add('Sabre\VObject', '/usr/share/pear'); - } else { - OC_Response::setStatus(OC_Response::STATUS_SERVICE_UNAVAILABLE); - // we can't use the template error page here, because this needs the -- cgit