Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#3133 closed defect (bug) (fixed)

Required components aren't included

Reported by: backie's profile 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)

core.diff (653 bytes) - added by Backie 14 years ago.

Download all attachments as: .zip

Change History (5)

@Backie
14 years ago

#1 @Backie
14 years ago

  • Keywords has-patch added

#2 @cnorris23
14 years ago

Good catch!

#3 @DJPaul
14 years ago

  • Milestone changed from Awaiting Review to 1.3

Fixed in r4165 / #3134 -- didn't see this ticket, sorry!

#4 @cnorris23
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.