From dac46810d257f91fc85885a3d59cf7aea0d43197 Mon Sep 17 00:00:00 2001 From: Patrick Seeger Date: Tue, 26 Jun 2012 17:44:55 +0200 Subject: =?UTF-8?q?Suchcaching=20repariert.=20Bl=C3=A4ttern=20geht=20nun?= =?UTF-8?q?=20auch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protected/controllers/SearchController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')), ); } /* -- cgit v1.0-28-g1787