oops 'full' isn't a parameter of post_mail()

This commit is contained in:
Romain Bignon 2010-10-30 13:51:23 +02:00
commit 04d33d3f6a

View file

@ -210,7 +210,7 @@ class AuMBrowser(BaseBrowser):
@pageaccess
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.post(content)