about summary refs log tree commit diff
path: root/app/helpers
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-09-09 15:29:41 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-09-09 15:29:41 +0200
commit735b4cc62e3fb9ef7a10b657c8e437ac0cb3d1fe (patch)
treed0763fd6b71ec980adcdc2d52e474557abf22e48 /app/helpers
parent762157ee4e6bab04fb66903651e901bc83e333bb (diff)
Probably fixes #31
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/atom_builder_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/atom_builder_helper.rb b/app/helpers/atom_builder_helper.rb
index 99b3414cd..c8046182f 100644
--- a/app/helpers/atom_builder_helper.rb
+++ b/app/helpers/atom_builder_helper.rb
@@ -155,7 +155,7 @@ module AtomBuilderHelper
 
   def include_author(xml, account)
     object_type      xml, :person
-    uri              xml, url_for_target(account)
+    uri              xml, uri_for_target(account)
     name             xml, account.username
     email            xml, account.local? ? "#{account.acct}@#{Rails.configuration.x.local_domain}" : account.acct
     summary          xml, account.note