summaryrefslogtreecommitdiff
path: root/protected/controllers/VereinController.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-05-25 09:13:44 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-05-25 09:13:44 +0200
commit9bdc1d98f91181375a6c077052db3c702a27c294 (patch)
tree192e01303b6f883375aeb6048c83a7ad1af326fa /protected/controllers/VereinController.php
parent73cbf16f510930747aae963a863570c277332187 (diff)
2012 Inhalte für die Datenbank, anzeige erstmal auf cms reduziert
Diffstat (limited to 'protected/controllers/VereinController.php')
-rw-r--r--protected/controllers/VereinController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/protected/controllers/VereinController.php b/protected/controllers/VereinController.php
index 0358f16..407a9e7 100644
--- a/protected/controllers/VereinController.php
+++ b/protected/controllers/VereinController.php
@@ -15,6 +15,7 @@ class VereinController extends Controller
{
return array(
'accessControl', // perform access control for CRUD operations
+ array('COutputCache','duration'=>3600,'varyByParam'=>array('id','slug')),
);
}