Opened 15 years ago
Closed 15 years ago
#2158 closed defect (bug) (fixed)
Variable typo in bp-groups.php
Reported by: | PeterAnselmo | Owned by: | |
---|---|---|---|
Milestone: | 1.2.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | group, forum, forum_id has-patch | |
Cc: | PeterAnselmo |
Description
In the function groups_new_group_forum(),
The line:
do_action( 'groups_new_group_forum', $forum, $group_id );
should be changed to:
do_action( 'groups_new_group_forum', $forum_id, $group_id );
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [2825]) Fixes #2158