Index: bp-groups-templatetags.php
===================================================================
--- bp-groups-templatetags.php	(revision 2046)
+++ bp-groups-templatetags.php	(working copy)
@@ -1696,13 +1696,14 @@
 			'height' => false,
 			'class' => 'avatar',
 			'id' => 'avatar-crop-preview',
-			'alt' => __( 'Group avatar', 'buddypress' ) 
+			'alt' => __( 'Group avatar', 'buddypress' ),
+			'no_grav' => false
 		);
 
 		$r = wp_parse_args( $args, $defaults );
 		extract( $r, EXTR_SKIP );
 	
-		return apply_filters( 'bp_get_new_group_avatar', bp_core_fetch_avatar( array( 'item_id' => $bp->groups->current_group->id, 'object' => 'group', 'type' => $type, 'avatar_dir' => 'group-avatars', 'alt' => $alt, 'width' => $width, 'height' => $height, 'class' => $class ) ) );
+		return apply_filters( 'bp_get_new_group_avatar', bp_core_fetch_avatar( array( 'item_id' => $bp->groups->current_group->id, 'object' => 'group', 'type' => $type, 'avatar_dir' => 'group-avatars', 'alt' => $alt, 'width' => $width, 'height' => $height, 'class' => $class, 'no_grav' => $no_grav ) ) );
 	}
 
 function bp_group_creation_previous_link() {
