Opened 14 years ago
Closed 14 years ago
#3133 closed defect (bug) (fixed)
Required components aren't included
Reported by: | Backie | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | 1.5 | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
When looping through through the required components in the core loader it always includes bp-members/bp-members-loader.php instead of the components file.
// Loop through required components foreach( $bp->required_components as $component ) if ( file_exists( BP_PLUGIN_DIR . '/bp-' . $component . '/bp-' . $component . '-loader.php' ) ) include( BP_PLUGIN_DIR . '/bp-members/bp-members-loader.php' );
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Good catch!