You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/12/06 03:41:22 UTC

svn commit: r482869 - /incubator/roller/branches/roller_3.1/src/org/apache/roller/ui/rendering/pagers/CommentsPager.java

Author: agilliland
Date: Tue Dec  5 18:41:21 2006
New Revision: 482869

URL: http://svn.apache.org/viewvc?view=rev&rev=482869
Log:
merging in change from trunk revision 482868.


Modified:
    incubator/roller/branches/roller_3.1/src/org/apache/roller/ui/rendering/pagers/CommentsPager.java

Modified: incubator/roller/branches/roller_3.1/src/org/apache/roller/ui/rendering/pagers/CommentsPager.java
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.1/src/org/apache/roller/ui/rendering/pagers/CommentsPager.java?view=diff&rev=482869&r1=482868&r2=482869
==============================================================================
--- incubator/roller/branches/roller_3.1/src/org/apache/roller/ui/rendering/pagers/CommentsPager.java (original)
+++ incubator/roller/branches/roller_3.1/src/org/apache/roller/ui/rendering/pagers/CommentsPager.java Tue Dec  5 18:41:21 2006
@@ -86,7 +86,7 @@
                 WeblogManager wmgr = roller.getWeblogManager();
                 List entries = wmgr.getComments(
                         null, null, null, startDate, new Date(),
-                        Boolean.FALSE, Boolean.TRUE, Boolean.FALSE, true, offset, length + 1);
+                        null, Boolean.TRUE, Boolean.FALSE, true, offset, length + 1);
                 
                 // check if there are more results for paging
                 if(entries.size() > length) {