diff --git a/app/helpers/epp/contacts_helper.rb b/app/helpers/epp/contacts_helper.rb index 0c5b6fcf4..3664c4aa9 100644 --- a/app/helpers/epp/contacts_helper.rb +++ b/app/helpers/epp/contacts_helper.rb @@ -37,8 +37,8 @@ module Epp::ContactsHelper end def info_contact - handle_errors(@contact) and return unless @contact - handle_errors(@contact) and return unless rights? + handle_errors(@contact) and return unless @contact && rights? + # handle_errors(@contact) and return unless rights? @disclosure = ContactDisclosure.default_values.merge(@contact.disclosure.try(:as_hash) || {}) @disclosure_policy = @contact.disclosure.try(:attributes_with_flag) @owner = owner?(false)