Should have things the right way around, better that way

slimupdates
Melanie 2010-03-01 00:20:34 +00:00
parent bfcc57c071
commit 65fadd2f67
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
// This user wants to be friends with the other user.
// Let's add both relations to the DB, but one of them is inactive (-1)
FriendsService.StoreFriend(principalID, friendID.ToString(), 0);
FriendsService.StoreFriend(friendID, principalID.ToString(), 0);
// Now let's ask the other user to be friends with this user
ForwardFriendshipOffer(principalID, friendID, im);