From ccd109db7d50868c699bb1ca9aa9eedf82861d4a Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 29 Aug 2016 18:24:53 +0100 Subject: [PATCH] fix config for cache --- root/defaults/config_local.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/defaults/config_local.php b/root/defaults/config_local.php index 5c97c46..2810ec8 100644 --- a/root/defaults/config_local.php +++ b/root/defaults/config_local.php @@ -36,7 +36,8 @@ /* Enable cache folder * especially useful for lower power hosts */ - $config['cops_thumbnail_cache_directory'] = "/cache"; + $config['cops_thumbnail_handling'] = ""; + $config['cops_thumbnail_cache_directory'] = "/cache/"; /* * Enable and configure Send To Kindle (or Email) feature. *