1
0

Activate internal cache by default

This commit is contained in:
onli
2019-02-11 18:24:23 +01:00
parent 15adc798e5
commit 88073e9816
2 changed files with 2 additions and 2 deletions

View File

@ -425,7 +425,7 @@
'title' => USE_CACHE,
'description' => USE_CACHE_DESC,
'type' => 'bool',
'default' => false,
'default' => true,
'permission' => 'siteConfiguration'),
));