Modify ↓
Opened 9 years ago
Closed 9 years ago
#340 closed defect (fixed)
[patch] Incorrect method call causing exception in some cases
Reported by: | ianyh | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | trunk |
Keywords: | Cc: |
Description
There was a case where the lower method on a string was referenced as an object instead of actually making a method call. I've added a patch for it.
Attachments (1)
Change History (3)
Changed 9 years ago by ianyh
comment:1 Changed 9 years ago by bas
- Status changed from new to assigned
comment:2 Changed 9 years ago by bas
- Resolution set to fixed
- Status changed from assigned to closed
In 653:
Note: See
TracTickets for help on using
tickets.
good catch. Will be applied to the trunk