Modify ↓
Opened 19 years ago
Closed 19 years ago
#953 closed defect (fixed)
changeLog should pass when parameter to Ticket.get_changelog, not constructor
| Reported by: | Owned by: | Alec Thomas | |
|---|---|---|---|
| Priority: | high | Component: | XmlRpcPlugin |
| Severity: | major | Keywords: | trivial |
| Cc: | Trac Release: | 0.10 |
Description
Tiny miss on lines 98,99 of ticket.py; the third parameter to the constructor is the db handle.
Attachments (0)
Note: See
TracTickets for help on using
tickets.



(In [1732]) Fixes #953. Thanks to David Smith for picking this up.