[Pkg-owncloud-commits] [owncloud] 18/121: InstanceId is properly injected into factory. Remove comment.
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:44:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit ef6a0254f94b9dca34a5f0495d9cc709a5ce6381
Author: Andreas Fischer <bantu at owncloud.com>
Date: Tue Jul 29 11:03:10 2014 +0200
InstanceId is properly injected into factory. Remove comment.
---
lib/base.php | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/base.php b/lib/base.php
index 341859d..407f1a6 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) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list