Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/presenters/person_presenter.rb')
-rw-r--r--app/presenters/person_presenter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/presenters/person_presenter.rb b/app/presenters/person_presenter.rb
index bb415cbf7..21d5e913f 100644
--- a/app/presenters/person_presenter.rb
+++ b/app/presenters/person_presenter.rb
@@ -24,7 +24,7 @@ class PersonPresenter < BasePresenter
end
def hovercard
- base_hash_with_contact.merge(profile: ProfilePresenter.new(profile).for_hovercard)
+ full_hash.merge(profile: ProfilePresenter.new(profile).for_hovercard)
end
def metas_attributes