about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-16 01:59:34 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-16 01:59:34 +0100
commitf722aa8c7560c91a054868e7a0294c06a210415e (patch)
tree52c321f99cdc6fc985b5a46073c44be69105ba24 /app
parentff4964913077530d7a6696b6ffe0d4d51fafdc3d (diff)
Fix Salmon issue
Diffstat (limited to 'app')
-rw-r--r--app/helpers/atom_builder_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/atom_builder_helper.rb b/app/helpers/atom_builder_helper.rb
index d73f09aaf..085a97cda 100644
--- a/app/helpers/atom_builder_helper.rb
+++ b/app/helpers/atom_builder_helper.rb
@@ -152,6 +152,7 @@ module AtomBuilderHelper
   end
 
   def include_author(xml, account)
+    simple_id        xml, TagManager.instance.uri_for(account)
     object_type      xml, :person
     uri              xml, TagManager.instance.uri_for(account)
     name             xml, account.username