Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/27/2009 05:43:08 PM (15 years ago)
Author:
apeatling
Message:

Signup avatar upload fixes and DB fixes.

File:
1 edited

Legend:

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

    r1712 r1714  
    200200   
    201201    $bp->avatar_admin->original = wp_handle_upload( $file['file'], array( 'action'=> 'bp_avatar_upload' ) );
    202    
     202
    203203    // Move the file to the correct upload location.
    204204    if ( !empty( $bp->avatar_admin->original['error'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.