fix call of AdopteUnMec.post_mail

This commit is contained in:
Romain Bignon 2010-05-20 14:58:49 +02:00
commit 9995c34f5b

View file

@ -106,7 +106,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesReply, ICapDating, ICapC
def post_reply(self, thread_id, reply_id, title, message):
with self.browser:
self.browser.post(thread_id, message)
self.browser.post_mail(thread_id, message)
def get_profile(self, _id):
try: