[pLog-svn] r4054 - plog/branches/lifetype-1.1.1/class/summary/view

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Sep 27 18:55:47 GMT 2006


Author: oscar
Date: 2006-09-27 18:55:47 +0000 (Wed, 27 Sep 2006)
New Revision: 4054

Modified:
   plog/branches/lifetype-1.1.1/class/summary/view/summarypostlistview.class.php
Log:
paging of articles filtered by global article categories works again


Modified: plog/branches/lifetype-1.1.1/class/summary/view/summarypostlistview.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/summary/view/summarypostlistview.class.php	2006-09-27 18:52:13 UTC (rev 4053)
+++ plog/branches/lifetype-1.1.1/class/summary/view/summarypostlistview.class.php	2006-09-27 18:55:47 UTC (rev 4054)
@@ -74,7 +74,7 @@
             }
 			
 			// calculate the links to the different pages
-			$pager = new Pager( "?op=PostList&page=",
+			$pager = new Pager( "?op=PostList&globalArticleCategoryId=".$globalArticleCategoryId."&page=",
 			                    $this->_page, 
 								$numPosts, 
 								$this->_numArticlesPerPage );



More information about the pLog-svn mailing list