mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
make the director more forgiving
This commit is contained in:
@@ -12,7 +12,7 @@ module Diaspora
|
||||
|
||||
def build(builder)
|
||||
@structure.inject("") do |xml, method|
|
||||
xml << builder.send(method)
|
||||
xml << builder.send(method) if builder.respond_to? method
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user