Skip to:
Content

bbPress.org

Changeset 4319


Ignore:
Timestamp:
11/03/2012 08:28:02 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Remove caps before setting new role in bbp_profile_update_capabilities().
  • See #1939.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/users/capabilities.php

    r4317 r4319  
    199199        // Set the new forums role
    200200        if ( $new_role != $forums_role ) {
     201
     202            // Remove any interim form user capabilities
     203            bbp_remove_user_caps( $user_id );
     204
     205            // Set the users new forums role
    201206            bbp_set_user_role( $user_id, $new_role );
    202207        }
    203 
    204         // Remove any interim form user capabilities
    205         bbp_remove_user_caps( $user_id );
    206208    }
    207209
Note: See TracChangeset for help on using the changeset viewer.