diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-06-26 17:44:55 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-06-26 17:44:55 +0200 |
| commit | dac46810d257f91fc85885a3d59cf7aea0d43197 (patch) | |
| tree | b8deeeec0d8eb52f50c4167e3e8f7d83d1b7a14a | |
| parent | cd6a225f8989f480591199c99f1734221053184a (diff) | |
Suchcaching repariert. Blättern geht nun auch
| -rw-r--r-- | protected/controllers/SearchController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/controllers/SearchController.php b/protected/controllers/SearchController.php index 603ad7c..acf0aec 100644 --- a/protected/controllers/SearchController.php +++ b/protected/controllers/SearchController.php @@ -32,7 +32,7 @@ class SearchController extends Controller { // return the filter configuration for this controller, e.g.: return array( - array('COutputCache','duration'=>3600,'varyByParam'=>array('search')), + array('COutputCache','duration'=>3600,'varyByParam'=>array('search','page')), ); } /* |
