Changeset 2984 for branches/1.2/bp-core/bp-core-cssjs.php
- Timestamp:
- 05/03/2010 11:28:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core/bp-core-cssjs.php
r2938 r2984 79 79 global $bp; 80 80 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 ) ); 82 82 $aspect_ratio = 1; 83 83
Note: See TracChangeset
for help on using the changeset viewer.