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-core/bp-core-cssjs.php

    r2938 r2984  
    7979    global $bp;
    8080
    81     $image = apply_filters( 'bp_inline_cropper_image', getimagesize( $bp->avatar_admin->image->dir ) );
     81    $image = apply_filters( 'bp_inline_cropper_image', getimagesize( BP_AVATAR_UPLOAD_PATH . $bp->avatar_admin->image->dir ) );
    8282    $aspect_ratio = 1;
    8383
Note: See TracChangeset for help on using the changeset viewer.