[buddypress-trac] [BuddyPress] #3133: Required components aren't included
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Apr 5 15:03:57 UTC 2011
#3133: Required components aren't included
--------------------+-----------------------------
Reporter: Backie | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 1.3
Keywords: |
--------------------+-----------------------------
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' );
}}}
--
Ticket URL: <https://trac.buddypress.org/ticket/3133>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list