diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-06-02 21:46:57 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-06-02 21:46:57 +0200 |
commit | b806502cdb0c07b1c5a14f94455bd383d9b3ec97 (patch) | |
tree | ad02cf31157d885962f4dff8af0d51012b675b6d /config | |
parent | 1cccb227c398d3c5428672aaf9cf6b14e248e5f7 (diff) | |
download | nextcloud-server-b806502cdb0c07b1c5a14f94455bd383d9b3ec97.tar.gz nextcloud-server-b806502cdb0c07b1c5a14f94455bd383d9b3ec97.zip |
Properly quote memcache.locking
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
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 |