diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-19 09:30:47 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-19 09:30:47 +0200 |
| commit | e41aefeea38a7d13690ca97e91368809343216aa (patch) | |
| tree | 8f1f9a479e81d230f72288d3c376693bec9e0aa5 /protected/config | |
| parent | 93c576ef4049b54f1f044e96768ba8f1c7a3cea1 (diff) | |
Caching beim Wetter
Diffstat (limited to 'protected/config')
| -rw-r--r-- | protected/config/main.php | 2 |
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 /* |
