[pLog-svn] r3766 - plog/trunk/class/action

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Jul 21 18:11:55 GMT 2006


Author: mark
Date: 2006-07-21 18:11:54 +0000 (Fri, 21 Jul 2006)
New Revision: 3766

Modified:
   plog/trunk/class/action/searchaction.class.php
Log:
Fixed the page cache erro that Jon report in list.

Modified: plog/trunk/class/action/searchaction.class.php
===================================================================
--- plog/trunk/class/action/searchaction.class.php	2006-07-21 06:49:40 UTC (rev 3765)
+++ plog/trunk/class/action/searchaction.class.php	2006-07-21 18:11:54 UTC (rev 3766)
@@ -43,7 +43,7 @@
 			}
 			
 			// create the view and make sure that it hasn't been cached
-            $this->_view = new BlogTemplatedView( $this->_blogInfo, VIEW_SEARCH_TEMPLATE, Array( "searchTerms" => $this->_searchTerms ));
+            $this->_view = new BlogTemplatedView( $this->_blogInfo, VIEW_SEARCH_TEMPLATE, Array( "searchTerms" => $this->_searchTerms, "page" => $this->_page ));
 			if( $this->_view->isCached()) {
 				return true;
 			}



More information about the pLog-svn mailing list