summaryrefslogtreecommitdiff
path: root/protected/config
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-19 09:30:47 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-19 09:30:47 +0200
commite41aefeea38a7d13690ca97e91368809343216aa (patch)
tree8f1f9a479e81d230f72288d3c376693bec9e0aa5 /protected/config
parent93c576ef4049b54f1f044e96768ba8f1c7a3cea1 (diff)
Caching beim Wetter
Diffstat (limited to 'protected/config')
-rw-r--r--protected/config/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/config/main.php b/protected/config/main.php
index e9c97aa..3430057 100644
--- a/protected/config/main.php
+++ b/protected/config/main.php
@@ -40,7 +40,7 @@ return array(
'allowAutoLogin'=>true,
),
'cache' => array(
- 'class' => 'system.caching.CDummyCache',
+ 'class' => 'system.caching.CFileCache',
),
// uncomment the following to enable URLs in path-format
/*