Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2011 02:59:09 AM (14 years ago)
Author:
boonebgorges
Message:

Fixes hook in group extension code

File:
1 edited

Legend:

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

    r3980 r3981  
    11991199
    12001200    /* Register the group extension on the bp_init action so we have access to all plugins */
    1201     add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "bp_init", array( &$extension, "_register" ), 1 );' ), 11 );
     1201    add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "bp_actions", array( &$extension, "_register" ) );' ), 11 );
    12021202}
    12031203
Note: See TracChangeset for help on using the changeset viewer.