diff --git a/lib/landslider.rb b/lib/landslider.rb index 49998b3..ac04cd4 100644 --- a/lib/landslider.rb +++ b/lib/landslider.rb @@ -601,7 +601,7 @@ def parse_contact(node) :work_phone => xml_to_str(node, './workPhone/text()'), :home_phone => xml_to_str(node, './homePhone/text()'), :email => xml_to_str(node, './email/text()'), - :title => xml_to_str(node, './homePhone/text()'), + :title => xml_to_str(node, './title/text()'), :reports_to => xml_to_str(node, './reportsTo/text()'), :owner_id => xml_to_int(node, './ownerId/text()'), :contact_id => xml_to_int(node, './contactId/text()'),