fix call of post_reply()
This commit is contained in:
parent
e7c3ee60b8
commit
7a7f373018
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue