Commit cd7a352f authored by Sebastien Robin's avatar Sebastien Robin

fixed error when resetting a subscription


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1023 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc125908
......@@ -263,7 +263,7 @@ class SynchronizationTool( SubscriptionSynchronization, PublicationSynchronizati
RESPONSE.redirect('managePublications')
security.declareProtected(Permissions.ModifyPortalContent, 'manage_resetSubscription')
def manage_resetSubscription(self, id, RESPONSE=None):
def manage_resetSubscription(self, title, RESPONSE=None):
"""
reset a subscription
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment