Index: bp-core.php
===================================================================
--- bp-core.php	(revision 2089)
+++ bp-core.php	(working copy)
@@ -164,7 +164,7 @@
 	   their own profile and wants to delete a post on their wire, is_item_admin is used. This is a
 	   generic variable so it can be used in other components. It can also be modified, so when viewing a group
 	   'is_item_admin' would be 1 if they are a group admin, 0 if they are not. */
-	$bp->is_item_admin = bp_is_home();
+	$bp->is_item_admin = bp_is_home() && ! ( $bp->current_component == BP_ACTIVITY_SLUG && $bp->current_action == 'my-friends');
 
 	/* Used to determine if the logged in user is a moderator for the current content. */
 	$bp->is_item_mod = false;
