Skip to:
Content

BuddyPress.org

Changeset 2111


Ignore:
Timestamp:
11/24/2009 03:56:49 PM (17 years ago)
Author:
apeatling
Message:

Fixes #1353

File:
1 edited

Legend:

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

    r2079 r2111  
    15441544
    15451545        /* Make sure account deletion is not disabled */
    1546         if ( ( '' != get_site_option( 'bp-disable-account-deletion' ) || (int) get_site_option( 'bp-disable-account-deletion' ) ) && !is_site_admin() )
     1546        if ( (int)get_site_option( 'bp-disable-account-deletion' ) )
    15471547                return false;
    15481548
Note: See TracChangeset for help on using the changeset viewer.