#412 closed defect (bug) (fixed)
groups_edit_group_settings() is missing a do_action call
| Reported by: | burtadsit | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
When groups_edit_group_settings() is called it checks to see if the group has a forum. If not it creates one. We're just missing the do_action() call that lets everyone know that has happened. Patch supplies the missing trigger.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
adds do_action() call