Changeset 593

Show
Ignore:
Timestamp:
10/23/06 10:50:33
Author:
piv
Message:

fixed syntax error

Files:

Legend:

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

    r592 r593  
    273273 
    274274    security.declarePublic('searchForEntries') 
    275     def collectEntries(self, context, category=None, maxResults=None,  filterState=1, allBlogs=0 **kwargs): 
     275    def collectEntries(self, context, category=None, maxResults=None,  filterState=1, allBlogs=0, **kwargs): 
    276276        # first get all the blogs 
    277277        if allBlogs: