Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/26/2009 06:13:26 PM (17 years ago)
Author:
apeatling
Message:

Fixes #1217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/bp-core.php

    r2048 r2057  
    15461546
    15471547    /* Make sure account deletion is not disabled */
    1548     if ( ( !(int) get_site_option( 'bp-disable-account-deletion' ) && !is_site_admin() ) )
     1548    if ( ( '' != get_site_option( 'bp-disable-account-deletion' ) || (int) get_site_option( 'bp-disable-account-deletion' ) ) && !is_site_admin() )
    15491549        return false;
    15501550
Note: See TracChangeset for help on using the changeset viewer.