#1064 closed defect (bug) (fixed)
function bb_delete_user is broken in 1.0 alpha 6
Reported by: |
|
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;
Note: See
TracTickets for help on using
tickets.
(In [2057]) Fixes #1064 - props _ck_