Skip to:
Content

BuddyPress.org

Changeset 4371


Ignore:
Timestamp:
05/16/2011 04:57:19 PM (14 years ago)
Author:
boonebgorges
Message:

Return the correct value when no login is in process in bp_core_boot_spammer, so as to avoid errors on wp-login.php. Fixes #3212

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-functions.php

    r4360 r4371  
    610610
    611611    if ( !$user = get_userdatabylogin( $username ) )
    612         return false;
     612        return $auth_obj;
    613613
    614614    if ( ( is_multisite() && (int)$user->spam ) || 1 == (int)$user->user_status )
Note: See TracChangeset for help on using the changeset viewer.