Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2010 09:37:15 PM (16 years ago)
Author:
djpaul
Message:

Fix some wp_debug warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-avatars.php

    r3343 r3357  
    3333
    3434    if ( !defined( 'BP_AVATAR_ORIGINAL_MAX_FILESIZE' ) ) {
    35         if ( !$bp->site_options['fileupload_maxk'] )
     35        if ( !isset( $bp->site_options['fileupload_maxk'] ) )
    3636            define( 'BP_AVATAR_ORIGINAL_MAX_FILESIZE', 5120000 ); /* 5mb */
    3737        else
Note: See TracChangeset for help on using the changeset viewer.