Changeset 594

Show
Ignore:
Timestamp:
10/23/06 11:31:01
Author:
piv
Message:

fixed collectEntries method

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • SimpleBlog/branches/plone-2.5/SimpleBlogTool.py

    r593 r594  
    293293            results = onTop+atBottom 
    294294        else: 
    295             context.getEntries(category=category, maxResults=maxResults, filterState = filterState, sort=0, join=1, skipOnTop=1, **kwargs) 
     295            results = context.getEntries(category=category, maxResults=maxResults, filterState = filterState, sort=0, join=1, skipOnTop=1, **kwargs) 
     296             
    296297 
    297298        if maxResults==0: