Skip to:
Content

BuddyPress.org

Changeset 5214


Ignore:
Timestamp:
10/06/2011 06:39:53 PM (15 years ago)
Author:
djpaul
Message:

Fix PHP notice when sending group updated notification emails. Fixes #3644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5/bp-groups/bp-groups-notifications.php

    r4961 r5214  
    4242        }
    4343
    44         do_action( 'bp_groups_sent_updated_email', $user_ids, $subject, $message, $group_id );
     44        do_action( 'bp_groups_sent_updated_email', $user_ids, $subject, '', $group_id );
    4545}
    4646
Note: See TracChangeset for help on using the changeset viewer.