Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#2328 closed defect (bug) (fixed)

Fatal error: Call to undefined function is_active() in ...bp-core-admin.php on line 64

Reported by: AD7six Owned by:
Priority: major Milestone: 1.2.4
Component: Core Version:
Severity: Keywords: has-patch
Cc:

Description

A typo was made in this commit: http://trac.buddypress.org/changeset/2919

<?php if ( is_active( 'xprofile' ) ) :?>

should be (I assume)

<?php if ( bp_is_active( 'xprofile' ) ) :?>

Change History (1)

#1 @apeatling
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [2947]) Fixes #2328 props AD7six

Note: See TracTickets for help on using tickets.