[buddypress-trac] [BuddyPress] #2158: Variable typo in bp-groups.php
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Mar 9 05:30:29 UTC 2010
#2158: Variable typo in bp-groups.php
-----------------------------------+----------------------------------------
Reporter: PeterAnselmo | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Keywords: group, forum, forum_id |
-----------------------------------+----------------------------------------
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 );
--
Ticket URL: <http://trac.buddypress.org/ticket/2158>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list