Skip to:
Content

BuddyPress.org


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

Fixes #2317 props jjj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-groups.php

    r2973 r2984  
    18601860        @wp_mkdir_p( $path );
    18611861
    1862     $newurl = str_replace( BP_AVATAR_UPLOAD_PATH, BP_AVATAR_URL, $path );
     1862    $newurl = BP_AVATAR_URL . '/group-avatars/' . $group_id;
    18631863    $newburl = $newurl;
    18641864    $newsubdir = '/group-avatars/' . $group_id;
Note: See TracChangeset for help on using the changeset viewer.