Changeset 268 for trunk/email2trac.py.in


Ignore:
Timestamp:
04/15/09 09:31:22 (15 years ago)
Author:
bas
Message:

email2trac.py.in:

  • fixed an error in blog update function
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r265 r268  
    866866                        # update blog
    867867                        #
    868                         comment = BlogComment(self.env, result.group('blog_id'))
     868                        comment = BlogComment(self.env, id)
    869869                        comment.author = self.author
    870870                        comment.comment = self.get_body_text(m)
Note: See TracChangeset for help on using the changeset viewer.