]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update Symfony/Console to 2.5 & Update Symfony/Routing to 2.5
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 3 Nov 2014 12:52:47 +0000 (13:52 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 3 Nov 2014 12:52:47 +0000 (13:52 +0100)
3rdparty
lib/base.php

index 7534a6a2b7549cc5db0a7f32749d962bfe9b2d3d..c37dc06ce2906813dec3296d1a58c1628c206a31 160000 (submodule)
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit 7534a6a2b7549cc5db0a7f32749d962bfe9b2d3d
+Subproject commit c37dc06ce2906813dec3296d1a58c1628c206a31
index 58695f318493b3ddc5afdf68a9170af6edae5b9d..d428d45d90a06f41dd9a9e6a11cda3df35b19378 100644 (file)
@@ -459,8 +459,6 @@ class OC {
                if (file_exists($vendorAutoLoad)) {
                        $loader = require_once $vendorAutoLoad;
                        $loader->add('Pimple',OC::$THIRDPARTYROOT . '/3rdparty/Pimple');
-                       $loader->add('Symfony\\Component\\Routing',OC::$THIRDPARTYROOT . '/3rdparty/symfony/routing');
-                       $loader->add('Symfony\\Component\\Console',OC::$THIRDPARTYROOT . '/3rdparty/symfony/console');
                } else {
                        OC_Response::setStatus(OC_Response::STATUS_SERVICE_UNAVAILABLE);
                        OC_Template::printErrorPage('Composer autoloader not found, unable to continue.');