Ticket #1792: 1792.001.diff
| File 1792.001.diff, 673 bytes (added by , 17 years ago) |
|---|
-
bp-groups/bp-groups-notifications.php
6 6 $group = new BP_Groups_Group( $group_id ); 7 7 $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . __( 'Group Details Updated', 'buddypress' ); 8 8 9 $user_ids = BP_Groups_Member::get_group_member_ids( $ this->id );9 $user_ids = BP_Groups_Member::get_group_member_ids( $group->id ); 10 10 foreach ( $user_ids as $user_id ) { 11 11 if ( 'no' == get_usermeta( $user_id, 'notification_groups_group_updated' ) ) continue; 12 12
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)