InstanceId is properly injected into factory. Remove comment.

remotes/origin/fix-10825
Andreas Fischer 11 years ago
parent 29a3f1e2af
commit da391b8932
  1. 2
      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) {

Loading…
Cancel
Save