diff options
Diffstat (limited to 'modules/gallery/config/cache.php')
| -rw-r--r-- | modules/gallery/config/cache.php | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/modules/gallery/config/cache.php b/modules/gallery/config/cache.php index cc3ac87d..d9a27c96 100644 --- a/modules/gallery/config/cache.php +++ b/modules/gallery/config/cache.php @@ -45,5 +45,6 @@ $config["default"] = array (    "driver"   => "database",    "params"   => null,    "lifetime" => 84600, -  "requests" => 1000 +  "requests" => 1000, +  "prefix"   => null,  ); | 
