Skip to:
Content

BuddyPress.org

Changeset 4165


Ignore:
Timestamp:
04/06/2011 08:52:06 PM (14 years ago)
Author:
djpaul
Message:

Fix hardcoded include path in the core bootstrap. Fixes #3134, props Backie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-loader.php

    r4151 r4165  
    8989        foreach( $bp->required_components as $component )
    9090            if ( file_exists( BP_PLUGIN_DIR . '/bp-' . $component . '/bp-' . $component . '-loader.php' ) )
    91                 include( BP_PLUGIN_DIR . '/bp-members/bp-members-loader.php' );
     91                include( BP_PLUGIN_DIR . '/bp-' . $component . '/bp-' . $component . '-loader.php' );
    9292
    9393        // Add Core to required components
Note: See TracChangeset for help on using the changeset viewer.