Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#335 closed defect (bug) (fixed)

"Notify group members of changes via email" on Group Admin page doesn't function

Reported by: burtadsit's profile burtadsit Owned by:
Milestone: Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

That option can't possibly do anything 'cause the parameter $notify_members is missing in the function declaration.

function groups_edit_base_group_details( $group_id, $group_name, $group_desc, $group_news )

should be:

function groups_edit_base_group_details( $group_id, $group_name, $group_desc, $group_news, $notify_members )

Then it gets picked up and used later in the body of the fn. Turned off for a reason? Dunno.

Change History (1)

#1 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.