#2744 closed defect (bug) (fixed)
Typo in moderation.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | high | |
| Severity: | normal | Version: | 2.0.2 |
| Component: | Administration | Keywords: | moderation spam typo |
| Focuses: | Cc: |
Description
Moderation screen is broken currently due to a typo on line 154.
js_ecape should instead be js_escape.
This currently breaks the comment moderation screen, making it impossible to move tickets out of moderation.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [3807]) Don't show comment author name in AYS dialog to avoid JS escaping issues with untrusted data. fixes #2744