Properly quote memcache.locking

remotes/origin/poc-doctrine-migrations
Lukas Reschke 2015-06-02 21:46:57 +07:00
parent 1cccb227c3
commit b806502cdb
1 changed files with 1 additions and 1 deletions

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