Skip to content

Commit

Permalink
Fixed regression in MultiXml.parse
Browse files Browse the repository at this point in the history
This was caused by 6804ffc.
  • Loading branch information
koraktor committed Apr 16, 2012
1 parent 3bf0761 commit 45ae597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/multi_xml.rb
Expand Up @@ -59,6 +59,7 @@ class << self
def parser
return @@parser if defined?(@@parser)
self.parser = self.default_parser
@@parser
end

# The default parser based on what you currently
Expand Down

0 comments on commit 45ae597

Please sign in to comment.