summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-06-26 17:44:55 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-06-26 17:44:55 +0200
commitdac46810d257f91fc85885a3d59cf7aea0d43197 (patch)
treeb8deeeec0d8eb52f50c4167e3e8f7d83d1b7a14a
parentcd6a225f8989f480591199c99f1734221053184a (diff)
Suchcaching repariert. Blättern geht nun auch
-rw-r--r--protected/controllers/SearchController.php2
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')),
);
}
/*