Changeset 619

Show
Ignore:
Timestamp:
11/14/06 03:49:11
Author:
mylan
Message:

Fix getSyndicatableContent bug.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qRSS2Syndication/trunk/skins/qrss2syndication/getSyndicatableContent.py

    r618 r619  
    1212   obj = context 
    1313if hasattr(context,'synContentValues') or context.portal_type=='Topic': 
    14    count = context.portal_syndication.getMaxItems(obj)  
     14   count = int(context.portal_syndication.getMaxItems(obj)) 
    1515   res = context.portal_syndication.getSyndicatableContent(obj) 
    1616   # has to check and cut number of items to be displayed