#225 closed defect (bug) (fixed)
Without groups plugin bp-core doesn't work
Reported by: | 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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
bp-core-catchuri fixed