Changeset 2855 for branches/1.2/bp-core.php
- Timestamp:
- 03/19/2010 09:45:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core.php
r2854 r2855 1875 1875 $user = get_userdatabylogin( $username ); 1876 1876 1877 if ( ( bp_core_is_multisite() && (int)$user->spam ) || (int)$user->user_status )1877 if ( ( bp_core_is_multisite() && (int)$user->spam ) || 1 == (int)$user->user_status ) 1878 1878 bp_core_redirect( $bp->root_domain ); 1879 1879 else
Note: See TracChangeset
for help on using the changeset viewer.