Skip to content

Commit 7926614

Browse files
theking2backportbot[bot]
authored andcommitted
fix: adjust memcache config quote escape
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
1 parent f1a969c commit 7926614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.sample.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@
15311531
*
15321532
* Defaults to ``none``
15331533
*/
1534-
'memcache.local' => '\OC\Memcache\APCu',
1534+
'memcache.local' => '\\OC\\Memcache\\APCu',
15351535

15361536
/**
15371537
* Memory caching backend for distributed data
@@ -1541,7 +1541,7 @@
15411541
*
15421542
* Defaults to ``none``
15431543
*/
1544-
'memcache.distributed' => '\OC\Memcache\Memcached',
1544+
'memcache.distributed' => '\\OC\\Memcache\\Memcached',
15451545

15461546
/**
15471547
* Connection details for redis to use for memory caching in a single server configuration.

0 commit comments

Comments
 (0)