Fix security declaration

git-svn-id: https://svn.erp5.org/repos/experimental@1931 bc57dcba-3610-0410-ab4f-dc20bb96b918
parent b3d53ca0
...@@ -220,7 +220,7 @@ class EssendexGateway(XMLObject): ...@@ -220,7 +220,7 @@ class EssendexGateway(XMLObject):
setSecurityManager(sm) setSecurityManager(sm)
security.declareProtected(Permissions.ManagePortal, 'receive') security.declareProtected(Permissions.ManagePortal, 'notifyReception')
def notifyReception(self, xml): def notifyReception(self, xml):
"""The gateway inform what we ha a new message. """The gateway inform what we ha a new message.
root: lxml Element""" root: lxml Element"""
......
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