Opened 15 years ago
Closed 15 years ago
#1627 closed defect (bug) (fixed)
Moving a topic only updates public replies
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Component - Topics | Keywords: | |
| Cc: |
Description
When moving a topic to a new forum, only public reply forums are updated. This could leave replies with incorrect meta data.
Note: See
TracTickets for help on using
tickets.
(In [3489]) Use bbp_get_all_child_ids() instead of bbp_get_public_child_ids() in bbp_move_topic_handler(). Fixes #1627.