lib/eco/api/session.rb in eco-helpers-1.5.6 vs lib/eco/api/session.rb in eco-helpers-1.5.7
- old
+ new
@@ -124,10 +124,10 @@
# @param phase [Symbol] the phase when this parser should be active.
def parse_attribute(attr, source, phase = :internal)
unless parsers = entry_factory.person_parser
raise "There are no parsers defined"
end
- parsers.parse(attr, source)
+ parsers.parse(attr, source, phase)
end
# @see Eco::API::Common::People::EntryFactory#export
# @param (see Eco::API::Common::People::EntryFactory#export)
def export(*args)