[Pkg-owncloud-commits] [owncloud] 268/457: Properly quote memcache.locking

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:06:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit b806502cdb0c07b1c5a14f94455bd383d9b3ec97
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Tue Jun 2 21:46:57 2015 +0200

    Properly quote memcache.locking
---
 config/config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index 23a27fa..5668124 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1043,7 +1043,7 @@ $CONFIG = array(
  * Memory caching backend for file locking
  * Because most memcache backends can clean values without warning using redis is recommended
  */
-'memcache.locking' => '\OC\Memcache\Redis',
+'memcache.locking' => '\\OC\\Memcache\\Redis',
 
 /**
  * This entry is just here to show a warning in case somebody copied the sample

-- 
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