Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/11/2011 11:40:20 PM (14 years ago)
Author:
djpaul
Message:

Fix PHP Notice on avatar upload screen.

File:
1 edited

Legend:

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

    r3699 r3703  
    537537
    538538function bp_core_check_avatar_upload($file) {
    539     if ( $file['error'] )
     539    if ( isset( $file['error'] ) && $file['error'] )
    540540        return false;
    541541
Note: See TracChangeset for help on using the changeset viewer.