summaryrefslogtreecommitdiff
path: root/protected/controllers/SearchController.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/controllers/SearchController.php')
-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')),
);
}
/*