Commit a008a01f authored by Sebastien Robin's avatar Sebastien Robin

fixed typo error

git-svn-id: https://svn.erp5.org/repos/experimental@1902 bc57dcba-3610-0410-ab4f-dc20bb96b918
parent 1240d741
...@@ -55,7 +55,7 @@ class SMSTool(BaseTool): ...@@ -55,7 +55,7 @@ class SMSTool(BaseTool):
gateway = self.find(gateway_reference) gateway = self.find(gateway_reference)
return gateway.send(text,recipient,sender=None, message_type="text", return gateway.send(text,recipient,sender=sender, message_type="text",
test=False, **kw) test=False, **kw)
security.declareProtected(ManagePortal, 'getMessageStatus') security.declareProtected(ManagePortal, 'getMessageStatus')
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# François-Xavier Algrain <fxalgrain@tiolive.com> # Francois-Xavier Algrain <fxalgrain@tiolive.com>
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential # programmers who take the whole responsability of assessing all potential
......
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