Opened 17 years ago
Closed 17 years ago
#2158 closed defect (bug) (fixed)
Variable typo in bp-groups.php
| Reported by: | PeterAnselmo | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2825]) Fixes #2158