Skip to:
Content

bbPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1064 closed defect (bug) (fixed)

function bb_delete_user is broken in 1.0 alpha 6

Reported by: _ck_'s profile _ck_ Owned by:
Milestone: 1.0 Priority: normal
Severity: normal Version: 1.0-alpha-6
Component: Back-end Keywords:
Cc:

Description

function bb_delete_user is broken in 1.0 (works fine in 0.9)

how to fix:

edit functions.bb-users.php around line 42

and change it from

global $wp_users_object;

to

global $wp_users_object, $bbdb;

Change History (4)

#1 @sambauers
16 years ago

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

(In [2057]) Fixes #1064 - props _ck_

#2 @sambauers
16 years ago

(In [2065]) Add WPMU primary blog ID as integration option on install. Fixes #1064 and hopefully fixes #1051

#3 @(none)
16 years ago

  • Milestone 1.0-beta deleted

Milestone 1.0-beta deleted

#4 @sambauers
16 years ago

  • Milestone set to 1.0
Note: See TracTickets for help on using tickets.