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

Jon Daley plogworld at jon.limedaley.com
Fri Jul 21 18:48:12 GMT 2006


 	Yes, much better. thanks.

On Fri, 21 Jul 2006, mark at devel.lifetype.net wrote:

> 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;
> 			}
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com/

Your hot date just asked you for your URL.
   AND YOU DON'T HAVE ONE!?!?!


More information about the pLog-svn mailing list