summaryrefslogtreecommitdiff
path: root/protected/controllers/VeranstaltungController.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--protected/controllers/VeranstaltungController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/protected/controllers/VeranstaltungController.php b/protected/controllers/VeranstaltungController.php
index cc198ab..619f7fe 100644
--- a/protected/controllers/VeranstaltungController.php
+++ b/protected/controllers/VeranstaltungController.php
@@ -15,6 +15,7 @@ class VeranstaltungController extends Controller
{
return array(
'accessControl', // perform access control for CRUD operations
+ array('COutputCache - index,now','duration'=>3600,'varyByParam'=>array('id','slug')),
);
}