diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-11-03 16:42:52 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-11-03 16:42:52 +0100 |
commit | f8f38b06dfef0af2555124cf0d1ec55402aa8c8c (patch) | |
tree | c5e4a7d6e73e582ffd88c6836d1345f33b02be7b /lib/base.php | |
parent | 13b18aafccaa98137a390a64c094be77a98ba9ee (diff) | |
parent | 136b0c22c929ebad933c433c1689977b916d1fe0 (diff) | |
download | nextcloud-server-f8f38b06dfef0af2555124cf0d1ec55402aa8c8c.tar.gz nextcloud-server-f8f38b06dfef0af2555124cf0d1ec55402aa8c8c.zip |
Merge pull request #11921 from owncloud/symfony-composer
Symfony composer
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
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.'); |