Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/03/2010 08:08:41 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1792 props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-notifications.php

    r2556 r2575  
    77    $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . __( 'Group Details Updated', 'buddypress' );
    88
    9     $user_ids = BP_Groups_Member::get_group_member_ids( $this->id );
     9    $user_ids = BP_Groups_Member::get_group_member_ids( $group->id );
    1010    foreach ( $user_ids as $user_id ) {
    1111        if ( 'no' == get_usermeta( $user_id, 'notification_groups_group_updated' ) ) continue;
Note: See TracChangeset for help on using the changeset viewer.