Skip to content
Snippets Groups Projects
Commit a4f0483f authored by Thomas Müller's avatar Thomas Müller
Browse files

Update Symfony/Console to 2.5 & Update Symfony/Routing to 2.5

parent 79b650a0
Branches
No related tags found
No related merge requests found
Subproject commit 7534a6a2b7549cc5db0a7f32749d962bfe9b2d3d
Subproject commit c37dc06ce2906813dec3296d1a58c1628c206a31
......@@ -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.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment