Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#225 closed defect (bug) (fixed)

Without groups plugin bp-core doesn't work

Reported by: jehy's profile jehy Owned by:
Milestone: Priority: major
Severity: Version: 2.0
Component: Keywords:
Cc:

Description

Without groups plugin bp-core doesn't work

bp-core-catchuri.php line 259.
I fixed it, adding class_exists:

	if(class_exists(BP_Groups_Group))
	{
	if ( $current_component == $groups_bp['groups']['slug'] )
		$is_single_group = BP_Groups_Group::group_exists( $current_action, $groups_bp['groups']['table_name'] );
	}

Attachments (1)

bp-core-catchuri.php (8.9 KB) - added by jehy 16 years ago.
bp-core-catchuri fixed

Download all attachments as: .zip

Change History (3)

@jehy
16 years ago

bp-core-catchuri fixed

#1 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

#2 @(none)
15 years ago

  • Milestone Groups - v0.3 deleted

Milestone Groups - v0.3 deleted

Note: See TracTickets for help on using tickets.