diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-06-26 16:59:26 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-06-26 16:59:26 +0200 |
| commit | d7f3ac205ced0e1f1c26599b277cbfb988e48900 (patch) | |
| tree | fa2f976c67ee8d47146d07689982607dcaf92d3b /protected/controllers/VereinController.php | |
| parent | 66e981bd3d3f9946afed0efbcaf8efa7907c530f (diff) | |
Anzeige optimiert, Vereine und Veranstaltungen veröffentlicht
Diffstat (limited to '')
| -rw-r--r-- | protected/controllers/VereinController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/controllers/VereinController.php b/protected/controllers/VereinController.php index 407a9e7..2056d6d 100644 --- a/protected/controllers/VereinController.php +++ b/protected/controllers/VereinController.php @@ -15,7 +15,7 @@ class VereinController extends Controller { return array( 'accessControl', // perform access control for CRUD operations - array('COutputCache','duration'=>3600,'varyByParam'=>array('id','slug')), + //array('COutputCache','duration'=>3600,'varyByParam'=>array('id','slug')), ); } |
