Changeset 2776 in products


Ignore:
Timestamp:
Sep 3, 2010 1:57:59 PM (14 years ago)
Author:
kroman0
Message:

Fixed support with plone.portlet.static 2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portlet.static/trunk/quintagroup/portlet/static/staticstylishportlet.py

    r616 r2776  
    4444                 more_url='', hide=False, styling=''): 
    4545        super(Assignment, self).__init__(header=header, text=text, omit_border=omit_border, footer=footer, 
    46                                          more_url=more_url, hide=hide) 
     46                                         more_url=more_url) 
    4747         
    4848        self.styling = styling 
Note: See TracChangeset for help on using the changeset viewer.