Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#3097 closed defect (bug) (fixed)

undefined class variable in groups

Reported by: ghost_ufa's profile Ghost_ufa Owned by:
Milestone: 1.5 Priority: normal
Severity: Version: 1.2.8
Component: Groups Keywords:
Cc:

Description

file bp-groups-classes.php, class BP_Groups_Group

should define class var $mods (like $admins) because there are tests like "$group->mods" that returns nothing; ex. bp_group_list_mods

Change History (2)

#1 @DJPaul
14 years ago

  • Milestone changed from Awaiting Review to 1.3

#2 @djpaul
14 years ago

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

(In [4168]) Declare missing class variable for BP_Groups_Group, fixing a possible PHP notice. Fixes #3097, props Ghost_ufa

Note: See TracTickets for help on using tickets.