From 921ee029b6d220a0bf46492a830792589f58a0ed Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Mon, 9 Aug 2010 11:12:15 -0700 Subject: [PATCH] MS IZ putting the person in the return trip --- app/models/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/user.rb b/app/models/user.rb index accda855d9..15b5c71825 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -46,7 +46,7 @@ class User friends << request.person save - request.person = self + request.person = self.person request.exported_key = self.export_key request.destination_url = request.callback_url request.push_to_url(request.callback_url) -- GitLab