]> source.dussan.org Git - nextcloud-server.git/commitdiff
InstanceId is properly injected into factory. Remove comment.
authorAndreas Fischer <bantu@owncloud.com>
Tue, 29 Jul 2014 09:03:10 +0000 (11:03 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Tue, 29 Jul 2014 09:03:10 +0000 (11:03 +0200)
lib/base.php

index afa498e502e5ccbad4decb6624601c48e82ecb6b..be0955090e07d3c96ea84c49ce8165994606d6aa 100644 (file)
@@ -478,8 +478,6 @@ class OC {
 
                self::initPaths();
                if (OC_Config::getValue('instanceid', false)) {
-                       // \OC\Memcache\Cache has a hidden dependency on
-                       // OC_Util::getInstanceId() for namespacing. See #5409.
                        try {
                                self::$loader->setMemoryCache(\OC\Memcache\Factory::createLowLatency('Autoloader'));
                        } catch (\Exception $ex) {