From: Thomas Müller Date: Tue, 21 Oct 2014 13:30:23 +0000 (+0200) Subject: Update doctrine/dbal to 2.5 X-Git-Tag: v8.0.0alpha1~425^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=46c2909c785267fc1c71cf2aa635d467ab2cded5;p=nextcloud-server.git Update doctrine/dbal to 2.5 --- diff --git a/3rdparty b/3rdparty index f4b9191a5f8..e726a92d4af 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit f4b9191a5f825a4285bff4b8478537a20997534c +Subproject commit e726a92d4af699fcb1085d7219dcfbbbb953da83 diff --git a/lib/base.php b/lib/base.php index 3d374f12f7d..049f4216ee1 100644 --- a/lib/base.php +++ b/lib/base.php @@ -457,8 +457,6 @@ class OC { if (file_exists($vendorAutoLoad)) { $loader = require_once $vendorAutoLoad; $loader->add('Pimple',OC::$THIRDPARTYROOT . '/3rdparty/Pimple'); - $loader->add('Doctrine\\Common',OC::$THIRDPARTYROOT . '/3rdparty/doctrine/common/lib'); - $loader->add('Doctrine\\DBAL',OC::$THIRDPARTYROOT . '/3rdparty/doctrine/dbal/lib'); $loader->add('Symfony\\Component\\Routing',OC::$THIRDPARTYROOT . '/3rdparty/symfony/routing'); $loader->add('Symfony\\Component\\Console',OC::$THIRDPARTYROOT . '/3rdparty/symfony/console'); } else {