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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Sep 29 09:36:01 GMT 2006


Author: oscar
Date: 2006-09-29 09:36:00 +0000 (Fri, 29 Sep 2006)
New Revision: 4067

Modified:
   plog/branches/lifetype-1.1.1/class/summary/view/summarypostlistview.class.php
Log:
I forgot to commit this file, related to the summary issues


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-28 21:17:57 UTC (rev 4066)
+++ plog/branches/lifetype-1.1.1/class/summary/view/summarypostlistview.class.php	2006-09-29 09:36:00 UTC (rev 4067)
@@ -65,8 +65,8 @@
 
 			// get the data itself
 			$stats = new SummaryStats();
-            $posts = $stats->getRecentPostsByGlobalCategory( $globalArticleCategoryId, $this->_page, $this->_numArticlesPerPage );
-            $numPosts = $stats->getNumRecentPostsByGlobalCategory( $globalArticleCategoryId );
+            $posts = $stats->getPostsByGlobalCategory( $globalArticleCategoryId, $this->_page, $this->_numArticlesPerPage );
+            $numPosts = $stats->getNumPostsByGlobalCategory( $globalArticleCategoryId );
 			
             if( !$posts ) {
                 // if there was an error, show the error view



More information about the pLog-svn mailing list