Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#973 closed defect (bug) (no action required)

Group Extension bug

Reported by: mariusooms's profile mariusooms Owned by:
Milestone: Priority: minor
Severity: Version:
Component: Keywords: group extension
Cc:

Description

Setting the 'nav' item dynamically in the group extension throws a php error.

The code in question which is placed just above the constructor:

var $enable_nav_item = $this->enable_nav_item();

Change History (1)

#1 @apeatling
15 years ago

  • Resolution set to invalid
  • Status changed from new to closed
$this->enable_nav_item = $this->enable_nav_item();

Put this in the constructor.

Note: See TracTickets for help on using tickets.