Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2014-07-29 13:03:10 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-08-06 23:40:22 +0400
commitef6a0254f94b9dca34a5f0495d9cc709a5ce6381 (patch)
tree635fde030eded10bae5306bfce0bd2d561a75b02 /lib/base.php
parentd59b94fa4c024d89eca09411e84c1fec7acaca51 (diff)
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 341859dc5f3..407f1a6b13d 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -476,8 +476,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) {