Skip to content

Commit

Permalink
Bugfix for related_links method
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Jan 9, 2014
1 parent d5c0cb1 commit 5d7499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exlibris/primo/pnx/links.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def fulltexts
# Parse addlink tags to find related links
#
def related_links
@fulltexts ||=
@related_links ||=
links("addlink").collect { |link_attributes|
Exlibris::Primo::RelatedLink.new link_attributes }
end
Expand Down

0 comments on commit 5d7499e

Please sign in to comment.