Skip to content
Snippets Groups Projects
Commit 671160dd authored by Greg Harvey's avatar Greg Harvey
Browse files

Using null as memcache prefix in default config causes fatal error.

parent 71bacd03
No related branches found
No related tags found
No related merge requests found
......@@ -608,7 +608,7 @@ $config = array(
* than one instance is using memcache, you probably want to assign
* a unique value per instance to this setting to avoid data collision.
*/
'memcache_store.prefix' => null,
'memcache_store.prefix' => '',
/*
* This value is the duration data should be stored in memcache. Data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment