Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/03/2010 11:28:51 PM (16 years ago)
Author:
apeatling
Message:

Fixes #2317 props jjj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core/bp-core-signup.php

    r2934 r2984  
    520520                @wp_mkdir_p( $path );
    521521
    522         $newurl = str_replace( BP_AVATAR_UPLOAD_PATH, BP_AVATAR_URL, $path );
     522        $newurl = BP_AVATAR_URL . '/avatars/signups/' . $bp->signup->avatar_dir;
    523523        $newburl = $newurl;
    524524        $newsubdir = '/avatars/signups/' . $bp->signup->avatar_dir;
Note: See TracChangeset for help on using the changeset viewer.