Skip to content
Snippets Groups Projects
Commit e511aaca authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo Committed by GitHub
Browse files

Merge pull request #689 from gregharvey/master

Using null as memcache prefix in default config causes fatal error.
parents 71bacd03 671160dd
No related branches found
No related tags found
No related merge requests found
...@@ -608,7 +608,7 @@ $config = array( ...@@ -608,7 +608,7 @@ $config = array(
* than one instance is using memcache, you probably want to assign * than one instance is using memcache, you probably want to assign
* a unique value per instance to this setting to avoid data collision. * 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 * 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