Modify ↓
Opened 19 years ago
Closed 19 years ago
#716 closed defect (fixed)
Wiki Component does not load
| Reported by: | Owned by: | Radek Bartoň | |
|---|---|---|---|
| Priority: | normal | Component: | DiscussionPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.9 |
Description
The component wiki will not be loaded with the discussion plugin because of line 7 of the wiki.py file. The reason is, that the version 0.9 do not have a "util" directory (this comes with the trac version 0.10) I changed line 7 from "from trac.util.html import html" to "from trac import util" and the problem is solved.
Attachments (0)
Note: See
TracTickets for help on using
tickets.



Ooops, some code from 0.10 branch leaked to 0.9 branch by mistake, sorry for that. Fixed in changeset 1276.