fix signature URL

This commit is contained in:
Romain Bignon 2011-08-25 14:09:15 +02:00
commit 3254514423
2 changed files with 7 additions and 1 deletions

View file

@ -117,7 +117,7 @@ class PhpBBBackend(BaseBackend, ICapMessages):
signature = post.signature
if signature:
signature += '<br />'
signature += 'URL: %s' % id2url('%s.%s' % (thread.id, post.id))
signature += 'URL: %s/%s' % (self.browser.absurl(id2url('%s.%s' % (thread.id, post.id))))
return Message(thread=thread,
id=post.id,
title=post.title,