Skip to:
Content

BuddyPress.org

Changeset 4801


Ignore:
Timestamp:
07/22/2011 04:30:50 PM (13 years ago)
Author:
boonebgorges
Message:

Don't load groups-notifications.php file after it's loaded in the main component class. See #3367

File:
1 edited

Legend:

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

    r4775 r4801  
    635635function groups_send_invites( $user_id, $group_id ) {
    636636    global $bp;
    637 
    638     require ( BP_PLUGIN_DIR . '/bp-groups/bp-groups-notifications.php' );
    639637
    640638    if ( !$user_id )
Note: See TracChangeset for help on using the changeset viewer.