Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#2158 closed defect (bug) (fixed)

Variable typo in bp-groups.php

Reported by: peteranselmo's profile 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)

2158.001.diff (453 bytes) - added by cnorris23 15 years ago.

Download all attachments as: .zip

Change History (5)

#1 @PeterAnselmo
15 years ago

  • Cc PeterAnselmo added
  • Milestone set to Future Release

#2 @DJPaul
15 years ago

  • Milestone changed from Future Release to 1.2.2

@cnorris23
15 years ago

#3 @cnorris23
15 years ago

  • Keywords has-patch added

#4 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2825]) Fixes #2158

Note: See TracTickets for help on using tickets.