summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2014-07-29 11:03:10 +0200
committerAndreas Fischer <bantu@owncloud.com>2014-07-29 11:03:10 +0200
commitda391b8932fb22eb6dab20e47a1b5f9fd4e6afe5 (patch)
tree9c3da2b85d337c5e693db5c57c05531faf2c017d /lib/base.php
parent29a3f1e2af698d356bf52fa9ba181c2c1bf5b9a2 (diff)
downloadnextcloud-server-da391b8932fb22eb6dab20e47a1b5f9fd4e6afe5.tar.gz
nextcloud-server-da391b8932fb22eb6dab20e47a1b5f9fd4e6afe5.zip
InstanceId is properly injected into factory. Remove comment.
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php
index afa498e502e..be0955090e0 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -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) {