oops 'full' isn't a parameter of post_mail()
This commit is contained in:
parent
4e4ca43949
commit
04d33d3f6a
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class AuMBrowser(BaseBrowser):
|
||||||
|
|
||||||
@pageaccess
|
@pageaccess
|
||||||
def post_mail(self, id, content):
|
def post_mail(self, id, content):
|
||||||
if not self.is_on_page(ContactThreadPage) or self.page.id != int(id) or full:
|
if not self.is_on_page(ContactThreadPage) or self.page.id != int(id):
|
||||||
self.page.open_thread_page(id)
|
self.page.open_thread_page(id)
|
||||||
self.page.post(content)
|
self.page.post(content)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue