summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-11-03 13:52:47 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-11-03 13:52:47 +0100
commita4f0483f56e7e77fe64ce34f56297c32793acad6 (patch)
tree8c045d1d15749a90c016280a7c92dfc72ba1be94 /lib
parent79b650a0238089a935073c1ebe7e33fd7a0c52a4 (diff)
downloadnextcloud-server-a4f0483f56e7e77fe64ce34f56297c32793acad6.tar.gz
nextcloud-server-a4f0483f56e7e77fe64ce34f56297c32793acad6.zip
Update Symfony/Console to 2.5 & Update Symfony/Routing to 2.5
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php
index 58695f31849..d428d45d90a 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -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.');