fix call of post_reply()

This commit is contained in:
Romain Bignon 2010-04-22 15:17:21 +02:00
commit 7a7f373018

View file

@ -108,4 +108,4 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesReply):
self.storage.save()
def post_reply(self, thread_id, reply_id, title, message):
return self.browser.post(thread_id, reply_id, title, message)
return self.browser.post_reply(thread_id, reply_id, title, message)