[pLog-svn] r4070 - plog/branches/lifetype-1.1.1/class/summary/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Oct 1 19:28:23 GMT 2006


Author: oscar
Date: 2006-10-01 19:28:23 +0000 (Sun, 01 Oct 2006)
New Revision: 4070

Modified:
   plog/branches/lifetype-1.1.1/class/summary/action/summaryrssaction.class.php
Log:
Fixed an issue related to one of the changes made for http://bugs.lifetype.net/view.php?id=1072	

Modified: plog/branches/lifetype-1.1.1/class/summary/action/summaryrssaction.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/summary/action/summaryrssaction.class.php	2006-10-01 15:44:28 UTC (rev 4069)
+++ plog/branches/lifetype-1.1.1/class/summary/action/summaryrssaction.class.php	2006-10-01 19:28:23 UTC (rev 4070)
@@ -99,7 +99,7 @@
 					if( empty($currentGlobalArticleCategory) )
 						$globalArticleCategoryId = ALL_GLOBAL_ARTICLE_CATEGORIES;
 						
-					$postslist = $stats->getRecentPostsByGlobalCategory( $globalArticleCategoryId,
+					$postslist = $stats->getPostsByGlobalCategory( $globalArticleCategoryId,
         										 					 $page = 1, 
         										 					 $summaryItemsPerPage );
 				}				



More information about the pLog-svn mailing list