diff --git a/BrainPortal/lib/boutiques_support.rb b/BrainPortal/lib/boutiques_support.rb index f9f3ed5b9..4a3f6d3fd 100644 --- a/BrainPortal/lib/boutiques_support.rb +++ b/BrainPortal/lib/boutiques_support.rb @@ -286,7 +286,7 @@ def file_revision_info # "custom": { "cbrain:author": "Full Name , Co-author Name " } # def author_custom - authors = self.custom['cbain:author'] + authors = self.custom['cbrain:author'] return authors if authors is_a? String return authors.join(", ") # if author field is arrays end