From de8698fb2bd29bc675d1364e5a7d41f467b21c2d Mon Sep 17 00:00:00 2001
From: gnaegi <none@none>
Date: Fri, 15 Jun 2012 13:29:40 +0200
Subject: [PATCH] OO-278 fix wrong default value for localization.cache, sample
 file should reflect more production than development setup

---
 olat.local.properties.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/olat.local.properties.sample b/olat.local.properties.sample
index 99e1ff09d88..c3ae9cbf0e2 100644
--- a/olat.local.properties.sample
+++ b/olat.local.properties.sample
@@ -87,7 +87,7 @@ instance.id=myopenolat
 # for developers set to true - velocity pages are NOT cached
 olat.debug=false
 # for developers set to false - i18n files are not cached
-localization.cache=false
+localization.cache=true
 # path to the source code. Use this together with olat.debug=true in a 
 # development setup. If set properly, velocity templates, i18n files and 
 # static files like CSS will be reloaded from the source code on each request 
-- 
GitLab