diff -r 256f1cf6613e app/views/common/feed.atom.rxml --- a/app/views/common/feed.atom.rxml Fri May 30 17:33:37 2008 +0200 +++ b/app/views/common/feed.atom.rxml Mon Jun 02 12:17:03 2008 +0200 @@ -14,7 +14,7 @@ xml.feed "xmlns" => "http://www.w3.org/2 xml.link "rel" => "alternate", "href" => url xml.id url xml.updated item.event_datetime.xmlschema - author = item.event_author if item.respond_to?(:author) + author = item.event_author if item.respond_to?(:event_author) xml.author do xml.name(author) xml.email(author.mail) if author.respond_to?(:mail) && !author.mail.blank?