Skip to content

Commit

Permalink
Attempted Bugfix for Fedora / CentOS bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Jan 17, 2014
1 parent 1e633a6 commit bfa0cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exlibris/primo/facet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def size
alias :count :size

def facet_values
@facet_values ||= xml.root.search("//FACET_VALUES").collect do |facet_value|
@facet_values ||= xml_without_namespaces.root.search("//FACET_VALUES").collect do |facet_value|
FacetValue.new(:raw_xml => facet_value.to_xml, :facet => self)
end
end
Expand Down

0 comments on commit bfa0cf0

Please sign in to comment.