summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-06-03 10:45:14 +0200
committerVincent Petry <pvince81@owncloud.com>2015-06-03 10:45:14 +0200
commit500748725c46803ff2a0ec291db37a831322012c (patch)
treef15a5e285bfb41f006274e8f7f31d4f7096de577
parent410a836702c363cfeb0c7a83dce0d6fcca0c5d7e (diff)
parentb806502cdb0c07b1c5a14f94455bd383d9b3ec97 (diff)
downloadnextcloud-server-500748725c46803ff2a0ec291db37a831322012c.tar.gz
nextcloud-server-500748725c46803ff2a0ec291db37a831322012c.zip
Merge pull request #16698 from owncloud/use-proper-quoting
Properly quote memcache.locking
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 23a27fa3ec0..566812444da 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