Remove photo_cache_enable variable

This commit is contained in:
Max Kostikov 2018-12-16 20:48:36 +01:00
parent 6c72c3d4a5
commit e0d68664c4

View File

@ -32,7 +32,7 @@ class Photo extends \Zotlabs\Web\Controller {
} }
$cache_mode = array( $cache_mode = array(
'on' => get_config('system','photo_cache_enable', 0), 'on' => false,
'age' => 86400, 'age' => 86400,
'exp' => true, 'exp' => true,
'leak' => false 'leak' => false